summaryrefslogtreecommitdiff
path: root/firmware/export/config/ipodcolor.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config/ipodcolor.h')
-rw-r--r--firmware/export/config/ipodcolor.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/firmware/export/config/ipodcolor.h b/firmware/export/config/ipodcolor.h
index 5448cb76b7..2b4276257f 100644
--- a/firmware/export/config/ipodcolor.h
+++ b/firmware/export/config/ipodcolor.h
@@ -130,6 +130,10 @@
130/* define this if the unit can be powered or charged via USB */ 130/* define this if the unit can be powered or charged via USB */
131#define HAVE_USB_POWER 131#define HAVE_USB_POWER
132 132
133/* define this if the unit can have USB charging disabled by user -
134 * if USB/MAIN power is discernable and hardware doesn't compel charging */
135#define HAVE_USB_CHARGING_ENABLE
136
133/* define current usage levels */ 137/* define current usage levels */
134#define CURRENT_NORMAL 69 /* ~10h (700mAh), see FS#9072 */ 138#define CURRENT_NORMAL 69 /* ~10h (700mAh), see FS#9072 */
135#define CURRENT_BACKLIGHT 20 /* FIXME: this needs adjusting */ 139#define CURRENT_BACKLIGHT 20 /* FIXME: this needs adjusting */