summaryrefslogtreecommitdiff
path: root/firmware/export/config-ipodmini.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-ipodmini.h')
-rw-r--r--firmware/export/config-ipodmini.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/firmware/export/config-ipodmini.h b/firmware/export/config-ipodmini.h
index 5d7781a486..210eb1d717 100644
--- a/firmware/export/config-ipodmini.h
+++ b/firmware/export/config-ipodmini.h
@@ -112,6 +112,11 @@
112#define BATTERY_CAPACITY_INC 10 /* capacity increment */ 112#define BATTERY_CAPACITY_INC 10 /* capacity increment */
113#define BATTERY_TYPES_COUNT 1 /* only one type */ 113#define BATTERY_TYPES_COUNT 1 /* only one type */
114 114
115/* define current usage levels */
116#define CURRENT_NORMAL 50 /* PP5024 uses ~40mA, so add some for disk */
117#define CURRENT_BACKLIGHT 20 /* FIXME: This needs to be measured */
118#define CURRENT_RECORD 110 /* FIXME: Needs to be measured */
119
115/* Hardware controlled charging? */ 120/* Hardware controlled charging? */
116#define CONFIG_CHARGING CHARGING_MONITOR 121#define CONFIG_CHARGING CHARGING_MONITOR
117 122