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.h22
1 files changed, 0 insertions, 22 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index 2d7b3e131a..0ad94e06b1 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -113,24 +113,6 @@
113#define RGB565 565 113#define RGB565 565
114#define RGB565SWAPPED 3553 114#define RGB565SWAPPED 3553
115 115
116/* CONFIG_BACKLIGHT */
117#define BL_PA14_LO 1 /* Player, PA14 low active */
118#define BL_RTC 2 /* Recorder, RTC square wave output */
119#define BL_PA14_HI 3 /* Ondio, PA14 high active */
120#define BL_IRIVER_H100 4 /* IRiver GPIO */
121#define BL_IPOD4G 5 /* Apple iPod 4G */
122#define BL_IPODNANO 6 /* Apple iPod Nano and iPod Video*/
123#define BL_IPOD3G 7 /* Apple iPod 3g with dock */
124#define BL_IRIVER_H300 8 /* IRiver PWM */
125#define BL_IRIVER_IFP7XX 9 /* IRiver GPIO */
126#define BL_IPODMINI 10 /* Apple iPod Mini */
127#define BL_GIGABEAT 11 /* Toshiba Gigabeat */
128#define BL_H10 12 /* iriver H10 */
129#define BL_X5 13 /* iAudio X5 PCF50606 I2C */
130#define BL_H10_5GB 14 /* iriver H10 5/6GB */
131#define BL_TPJ1022 15 /* Tatung Elio TPJ-1022 */
132#define BL_M5 16 /* iAudio M5 PCF50606 I2C */
133
134/* CONFIG_I2C */ 116/* CONFIG_I2C */
135#define I2C_PLAYREC 1 /* Archos Player/Recorder style */ 117#define I2C_PLAYREC 1 /* Archos Player/Recorder style */
136#define I2C_ONDIO 2 /* Ondio style */ 118#define I2C_ONDIO 2 /* Ondio style */
@@ -235,10 +217,6 @@
235#define CONFIG_LED 0 217#define CONFIG_LED 0
236#endif 218#endif
237 219
238#ifndef CONFIG_BACKLIGHT
239#define CONFIG_BACKLIGHT 0
240#endif
241
242#ifndef CONFIG_CHARGING 220#ifndef CONFIG_CHARGING
243#define CONFIG_CHARGING 0 221#define CONFIG_CHARGING 0
244#endif 222#endif