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.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index e17b152e39..f654609966 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -145,6 +145,8 @@
145#define HM801_PAD 51 145#define HM801_PAD 51
146#define SANSA_CONNECT_PAD 52 146#define SANSA_CONNECT_PAD 52
147#define SAMSUNG_YPR0_PAD 53 147#define SAMSUNG_YPR0_PAD 53
148#define CREATIVE_ZENXFI2_PAD 54
149#define CREATIVE_ZENXFI3_PAD 55
148 150
149/* CONFIG_REMOTE_KEYPAD */ 151/* CONFIG_REMOTE_KEYPAD */
150#define H100_REMOTE 1 152#define H100_REMOTE 1
@@ -244,6 +246,8 @@
244#define LCD_CONNECT 45 /* as used by the Sandisk Sansa Connect */ 246#define LCD_CONNECT 45 /* as used by the Sandisk Sansa Connect */
245#define LCD_GIGABEATS 46 247#define LCD_GIGABEATS 46
246#define LCD_YPR0 47 248#define LCD_YPR0 47
249#define LCD_CREATIVEZXFI2 48 /* as used by the Creative Zen X-Fi2 */
250#define LCD_CREATIVEZXFI3 49 /* as used by the Creative Zen X-Fi3 */
247 251
248/* LCD_PIXELFORMAT */ 252/* LCD_PIXELFORMAT */
249#define HORIZONTAL_PACKING 1 253#define HORIZONTAL_PACKING 1
@@ -417,6 +421,10 @@ Lyre prototype 1 */
417#include "config/zenvisionm60gb.h" 421#include "config/zenvisionm60gb.h"
418#elif defined(CREATIVE_ZV) 422#elif defined(CREATIVE_ZV)
419#include "config/zenvision.h" 423#include "config/zenvision.h"
424#elif defined(CREATIVE_ZENXFI2)
425#include "config/creativezenxfi2.h"
426#elif defined(CREATIVE_ZENXFI3)
427#include "config/creativezenxfi3.h"
420#elif defined(PHILIPS_SA9200) 428#elif defined(PHILIPS_SA9200)
421#include "config/gogearsa9200.h" 429#include "config/gogearsa9200.h"
422#elif defined(PHILIPS_HDD1630) 430#elif defined(PHILIPS_HDD1630)