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.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index 9764afde05..555e062eb4 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -100,6 +100,11 @@
100/* CONFIG_LED */ 100/* CONFIG_LED */
101#define LED_REAL 1 /* SW controlled LED (Archos recorders, player, Gmini) */ 101#define LED_REAL 1 /* SW controlled LED (Archos recorders, player, Gmini) */
102#define LED_VIRTUAL 2 /* Virtual LED (icon) (Archos Ondio) */ 102#define LED_VIRTUAL 2 /* Virtual LED (icon) (Archos Ondio) */
103
104/* CONFIG_RTC */
105#define RTC_M41ST84W 1
106#define RTC_PCF50606 2
107
103/* else HW controlled LED (iRiver H1x0) */ 108/* else HW controlled LED (iRiver H1x0) */
104 109
105/* now go and pick yours */ 110/* now go and pick yours */