summaryrefslogtreecommitdiff
path: root/firmware/export/config/ipodnano1g.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config/ipodnano1g.h')
-rw-r--r--firmware/export/config/ipodnano1g.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/firmware/export/config/ipodnano1g.h b/firmware/export/config/ipodnano1g.h
index 24ed973249..f60f3c975a 100644
--- a/firmware/export/config/ipodnano1g.h
+++ b/firmware/export/config/ipodnano1g.h
@@ -131,6 +131,10 @@
131/* define this if the unit can be powered or charged via USB */ 131/* define this if the unit can be powered or charged via USB */
132#define HAVE_USB_POWER 132#define HAVE_USB_POWER
133 133
134/* define this if the unit can have USB charging disabled by user -
135 * if USB/MAIN power is discernable and hardware doesn't compel charging */
136#define HAVE_USB_CHARGING_ENABLE
137
134#define CURRENT_NORMAL 32 /* MP3: ~9h playback out of 300mAh battery */ 138#define CURRENT_NORMAL 32 /* MP3: ~9h playback out of 300mAh battery */
135#define CURRENT_BACKLIGHT 20 /* FIXME: this needs adjusting */ 139#define CURRENT_BACKLIGHT 20 /* FIXME: this needs adjusting */
136#if defined(HAVE_RECORDING) 140#if defined(HAVE_RECORDING)