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.h15
1 files changed, 8 insertions, 7 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index 41e639f125..ea047cbace 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -77,13 +77,14 @@
77#define LCD_IPODNANO 7 /* as used by iPod Nano */ 77#define LCD_IPODNANO 7 /* as used by iPod Nano */
78 78
79/* CONFIG_BACKLIGHT */ 79/* CONFIG_BACKLIGHT */
80#define BL_PA14_LO 0 /* Player, PA14 low active */ 80#define BL_PA14_LO 0 /* Player, PA14 low active */
81#define BL_RTC 1 /* Recorder, RTC square wave output */ 81#define BL_RTC 1 /* Recorder, RTC square wave output */
82#define BL_PA14_HI 2 /* Ondio, PA14 high active */ 82#define BL_PA14_HI 2 /* Ondio, PA14 high active */
83#define BL_IRIVER 3 /* IRiver GPIO */ 83#define BL_IRIVER_H100 3 /* IRiver GPIO */
84#define BL_GMINI 4 /* Archos GMini */ 84#define BL_GMINI 4 /* Archos GMini */
85#define BL_IPOD4G 5 /* Apple iPod 4G */ 85#define BL_IPOD4G 5 /* Apple iPod 4G */
86#define BL_IPODNANO 6 /* Apple iPod Nano */ 86#define BL_IPODNANO 6 /* Apple iPod Nano */
87#define BL_IRIVER_H300 7 /* IRiver PWM */
87 88
88/* CONFIG_I2C */ 89/* CONFIG_I2C */
89#define I2C_PLAYREC 0 /* Archos Player/Recorder style */ 90#define I2C_PLAYREC 0 /* Archos Player/Recorder style */