diff options
Diffstat (limited to 'firmware/export/config')
-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 16e114bf9b..1941074d57 100644 --- a/firmware/export/config/ipod6g.h +++ b/firmware/export/config/ipod6g.h @@ -93,8 +93,8 @@ /* Define this if your LCD can be put to sleep. HAVE_LCD_ENABLE should be defined as well. */ #ifndef BOOTLOADER -//TODO: #define HAVE_LCD_SLEEP -//TODO: #define HAVE_LCD_SLEEP_SETTING +#define HAVE_LCD_SLEEP +#define HAVE_LCD_SLEEP_SETTING #endif #define CONFIG_KEYPAD IPOD_4G_PAD |