diff options
| -rw-r--r-- | firmware/export/config/ipod6g.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/export/config/ipod6g.h b/firmware/export/config/ipod6g.h index 23a6ef9..adc9fd1 100644 --- a/firmware/export/config/ipod6g.h +++ b/firmware/export/config/ipod6g.h @@ -147,8 +147,8 @@ #define CONFIG_CHARGING CHARGING_MONITOR /* define current usage levels */ -//TODO: #define CURRENT_NORMAL 21 /* playback @48MHz clock, backlight off */ -//TODO: #define CURRENT_BACKLIGHT 23 /* maximum brightness */ +#define CURRENT_NORMAL 18 /* playback @48MHz clock, backlight off */ +#define CURRENT_BACKLIGHT 23 /* maximum brightness */ /* define this if the unit can be powered or charged via USB */ #define HAVE_USB_POWER |