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.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index 2b7c6d8663..81e83b09f4 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -116,6 +116,7 @@
116#define SAMSUNG_YPS3_PAD 40 116#define SAMSUNG_YPS3_PAD 40
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 120
120/* CONFIG_REMOTE_KEYPAD */ 121/* CONFIG_REMOTE_KEYPAD */
121#define H100_REMOTE 1 122#define H100_REMOTE 1
@@ -197,6 +198,7 @@
197#define LCD_NANO2G 36 /* as used by the iPod Nano 2nd Generation */ 198#define LCD_NANO2G 36 /* as used by the iPod Nano 2nd Generation */
198#define LCD_MINI2440 37 /* as used by the Mini2440 */ 199#define LCD_MINI2440 37 /* as used by the Mini2440 */
199#define LCD_HDD6330 38 /* as used by the Philips HDD6330 */ 200#define LCD_HDD6330 38 /* as used by the Philips HDD6330 */
201#define LCD_VIBE500 39 /* as used by the Packard Bell Vibe 500 */
200 202
201/* LCD_PIXELFORMAT */ 203/* LCD_PIXELFORMAT */
202#define HORIZONTAL_PACKING 1 204#define HORIZONTAL_PACKING 1
@@ -402,6 +404,8 @@ Lyre prototype 1 */
402#include "config/samsungyh925.h" 404#include "config/samsungyh925.h"
403#elif defined(SAMSUNG_YPS3) 405#elif defined(SAMSUNG_YPS3)
404#include "config/samsungyps3.h" 406#include "config/samsungyps3.h"
407#elif defined(PBELL_VIBE500)
408#include "config/vibe500.h"
405#else 409#else
406/* no known platform */ 410/* no known platform */
407#endif 411#endif