summaryrefslogtreecommitdiff
path: root/firmware/export/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config.h')
-rw-r--r--firmware/export/config.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index fb9381e7da..906a3fef1a 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -117,6 +117,7 @@
117#define MINI2440_PAD 41 117#define MINI2440_PAD 41
118#define PHILIPS_HDD6330_PAD 42 118#define PHILIPS_HDD6330_PAD 42
119#define PBELL_VIBE500_PAD 43 119#define PBELL_VIBE500_PAD 43
120#define MPIO_HD200_PAD 44
120 121
121/* CONFIG_REMOTE_KEYPAD */ 122/* CONFIG_REMOTE_KEYPAD */
122#define H100_REMOTE 1 123#define H100_REMOTE 1
@@ -412,6 +413,8 @@ Lyre prototype 1 */
412#include "config/samsungyps3.h" 413#include "config/samsungyps3.h"
413#elif defined(PBELL_VIBE500) 414#elif defined(PBELL_VIBE500)
414#include "config/vibe500.h" 415#include "config/vibe500.h"
416#elif defined(MPIO_HD200)
417#include "config/mpiohd200.h"
415#else 418#else
416/* no known platform */ 419/* no known platform */
417#endif 420#endif