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 114952e211..3997ce4b0c 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -114,6 +114,7 @@
114#define ONDAVX777_PAD 39 114#define ONDAVX777_PAD 39
115#define SAMSUNG_YPS3_PAD 40 115#define SAMSUNG_YPS3_PAD 40
116#define MINI2440_PAD 41 116#define MINI2440_PAD 41
117#define PHILIPS_HDD6330_PAD 42
117 118
118/* CONFIG_REMOTE_KEYPAD */ 119/* CONFIG_REMOTE_KEYPAD */
119#define H100_REMOTE 1 120#define H100_REMOTE 1
@@ -194,6 +195,7 @@
194#define LCD_VIEW 35 /* as used by the Sansa View */ 195#define LCD_VIEW 35 /* as used by the Sansa View */
195#define LCD_NANO2G 36 /* as used by the iPod Nano 2nd Generation */ 196#define LCD_NANO2G 36 /* as used by the iPod Nano 2nd Generation */
196#define LCD_MINI2440 37 /* as used by the Mini2440 */ 197#define LCD_MINI2440 37 /* as used by the Mini2440 */
198#define LCD_HDD6330 38 /* as used by the Philips HDD6330 */
197 199
198/* LCD_PIXELFORMAT */ 200/* LCD_PIXELFORMAT */
199#define HORIZONTAL_PACKING 1 201#define HORIZONTAL_PACKING 1
@@ -359,6 +361,8 @@ Lyre prototype 1 */
359#include "config/gogearsa9200.h" 361#include "config/gogearsa9200.h"
360#elif defined(PHILIPS_HDD1630) 362#elif defined(PHILIPS_HDD1630)
361#include "config/gogearhdd1630.h" 363#include "config/gogearhdd1630.h"
364#elif defined(PHILIPS_HDD6330)
365#include "config/gogearhdd6330.h"
362#elif defined(SANSA_C100) 366#elif defined(SANSA_C100)
363#include "config/sansac100.h" 367#include "config/sansac100.h"
364#elif defined(MEIZU_M6SL) 368#elif defined(MEIZU_M6SL)