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, 6 insertions, 2 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index 45e8d890e3..75a1b3ff67 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -34,20 +34,24 @@
34/* CONFIG_CPU */ 34/* CONFIG_CPU */
35#define SH7034 7034 35#define SH7034 7034
36#define MCF5249 5249 36#define MCF5249 5249
37#define CR16 16 /* lacking a proper abbrivation */ 37#define TCC730 730 /* lacking a proper abbrivation */
38 38
39/* CONFIG_KEYPAD */ 39/* CONFIG_KEYPAD */
40#define PLAYER_PAD 0 40#define PLAYER_PAD 0
41#define RECORDER_PAD 1 41#define RECORDER_PAD 1
42#define ONDIO_PAD 2 42#define ONDIO_PAD 2
43#define IRIVER_H100_PAD 3 43#define IRIVER_H100_PAD 3
44#define GMINI_PAD 4 44#define GMINI100_PAD 4
45 45
46/* CONFIG_BATTERY */ 46/* CONFIG_BATTERY */
47#define BATT_LIION2200 2200 /* FM/V2 recorder type */ 47#define BATT_LIION2200 2200 /* FM/V2 recorder type */
48#define BATT_4AA_NIMH 1500 48#define BATT_4AA_NIMH 1500
49#define BATT_3AAA_ALKALINE 1000 49#define BATT_3AAA_ALKALINE 1000
50 50
51/* CONFIG_LCD */
52#define LCD_GMINI100 0
53#define LCD_SSD1815 1 /* as used by Archos Recorders and Ondios */
54
51/* CONFIG_BACKLIGHT */ 55/* CONFIG_BACKLIGHT */
52#define BL_PA14_LO 0 /* Player, PA14 low active */ 56#define BL_PA14_LO 0 /* Player, PA14 low active */
53#define BL_RTC 1 /* Recorder, RTC square wave output */ 57#define BL_RTC 1 /* Recorder, RTC square wave output */