summaryrefslogtreecommitdiff
path: root/firmware/export/config/ipod3g.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config/ipod3g.h')
-rw-r--r--firmware/export/config/ipod3g.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/firmware/export/config/ipod3g.h b/firmware/export/config/ipod3g.h
index e82cc92f56..2eafe8141d 100644
--- a/firmware/export/config/ipod3g.h
+++ b/firmware/export/config/ipod3g.h
@@ -127,6 +127,13 @@
127/* Hardware controlled charging? FIXME */ 127/* Hardware controlled charging? FIXME */
128#define CONFIG_CHARGING CHARGING_SIMPLE 128#define CONFIG_CHARGING CHARGING_SIMPLE
129 129
130/* define current usage levels */
131#define CURRENT_NORMAL 275 /* ~4h (1100mAh) */
132#define CURRENT_BACKLIGHT 20 /* FIXME: this needs adjusting */
133#if defined(HAVE_RECORDING)
134#define CURRENT_RECORD 35 /* FIXME: this needs adjusting */
135#endif
136
130/* Define this if you have a PortalPlayer PP5002 */ 137/* Define this if you have a PortalPlayer PP5002 */
131#define CONFIG_CPU PP5002 138#define CONFIG_CPU PP5002
132 139