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 d919b8b4f6..910aeca4eb 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -68,6 +68,11 @@
68#define BATT_3AAA 1000 /* Ondio */ 68#define BATT_3AAA 1000 /* Ondio */
69#define BATT_LIPOL1300 1300 /* the type used in iRiver h1x0 models */ 69#define BATT_LIPOL1300 1300 /* the type used in iRiver h1x0 models */
70 70
71/* CONFIG_CHARGING */
72#define CHARGING_SIMPLE 1 /* Simple, hardware controlled charging */
73#define CHARGING_MONITOR 2 /* Hardware controlled charging with monitoring */
74#define CHARGING_CONTROL 3 /* Software controlled charging */
75
71/* CONFIG_LCD */ 76/* CONFIG_LCD */
72#define LCD_GMINI100 0 77#define LCD_GMINI100 0
73#define LCD_SSD1815 1 /* as used by Archos Recorders and Ondios */ 78#define LCD_SSD1815 1 /* as used by Archos Recorders and Ondios */