summaryrefslogtreecommitdiff
path: root/firmware/export/config-ipodmini2g.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-ipodmini2g.h')
-rw-r--r--firmware/export/config-ipodmini2g.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/firmware/export/config-ipodmini2g.h b/firmware/export/config-ipodmini2g.h
index dbbbc4356c..49630d7b3d 100644
--- a/firmware/export/config-ipodmini2g.h
+++ b/firmware/export/config-ipodmini2g.h
@@ -119,6 +119,11 @@
119#define BATTERY_CAPACITY_INC 50 /* capacity increment */ 119#define BATTERY_CAPACITY_INC 50 /* capacity increment */
120#define BATTERY_TYPES_COUNT 1 /* only one type */ 120#define BATTERY_TYPES_COUNT 1 /* only one type */
121 121
122/* define current usage levels */
123#define CURRENT_NORMAL 50 /* PP5024 uses ~40mA, so add some for disk */
124#define CURRENT_BACKLIGHT 20 /* FIXME: This needs to be measured */
125#define CURRENT_RECORD 110 /* FIXME: Needs to be measured */
126
122/* Hardware controlled charging? */ 127/* Hardware controlled charging? */
123#define CONFIG_CHARGING CHARGING_MONITOR 128#define CONFIG_CHARGING CHARGING_MONITOR
124 129