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.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/firmware/export/config/ipodcolor.h b/firmware/export/config/ipodcolor.h
index c0168d9886..aa76f7420a 100644
--- a/firmware/export/config/ipodcolor.h
+++ b/firmware/export/config/ipodcolor.h
@@ -121,6 +121,13 @@
121/* define this if the unit can be powered or charged via USB */ 121/* define this if the unit can be powered or charged via USB */
122#define HAVE_USB_POWER 122#define HAVE_USB_POWER
123 123
124/* define current usage levels */
125#define CURRENT_NORMAL 69 /* ~10h (700mAh), see FS#9072 */
126#define CURRENT_BACKLIGHT 20 /* FIXME: this needs adjusting */
127#if defined(HAVE_RECORDING)
128#define CURRENT_RECORD 35 /* FIXME: this needs adjusting */
129#endif
130
124/* Define Apple remote tuner */ 131/* Define Apple remote tuner */
125#define CONFIG_TUNER IPOD_REMOTE_TUNER 132#define CONFIG_TUNER IPOD_REMOTE_TUNER
126#define HAVE_RDS_CAP 133#define HAVE_RDS_CAP