summaryrefslogtreecommitdiff
path: root/firmware/export/config-ipodnano.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-ipodnano.h')
-rw-r--r--firmware/export/config-ipodnano.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/firmware/export/config-ipodnano.h b/firmware/export/config-ipodnano.h
index 7d6515fc0f..6017d0a2e8 100644
--- a/firmware/export/config-ipodnano.h
+++ b/firmware/export/config-ipodnano.h
@@ -115,6 +115,12 @@
115/* define this if the unit can be powered or charged via USB */ 115/* define this if the unit can be powered or charged via USB */
116#define HAVE_USB_POWER 116#define HAVE_USB_POWER
117 117
118#define CURRENT_NORMAL 32 /* MP3: ~9h playback out of 300mAh battery */
119#define CURRENT_BACKLIGHT 20 /* FIXME: this needs adjusting */
120#if defined(HAVE_RECORDING)
121#define CURRENT_RECORD 35 /* FIXME: this needs adjusting */
122#endif
123
118#ifndef SIMULATOR 124#ifndef SIMULATOR
119 125
120/* Define this if you have a PortalPlayer PP5022 */ 126/* Define this if you have a PortalPlayer PP5022 */