summaryrefslogtreecommitdiff
path: root/firmware/export/config-gigabeat.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-gigabeat.h')
-rw-r--r--firmware/export/config-gigabeat.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/firmware/export/config-gigabeat.h b/firmware/export/config-gigabeat.h
index a100a6a724..816796b706 100644
--- a/firmware/export/config-gigabeat.h
+++ b/firmware/export/config-gigabeat.h
@@ -41,6 +41,13 @@
41/* Define this if your LCD can be enabled/disabled */ 41/* Define this if your LCD can be enabled/disabled */
42#define HAVE_LCD_ENABLE 42#define HAVE_LCD_ENABLE
43 43
44/* Define this if your LCD can be put to sleep. HAVE_LCD_ENABLE
45 should be defined as well. */
46#define HAVE_LCD_SLEEP
47/* We don't use a setting but a fixed delay after the backlight has
48 * turned off */
49#define LCD_SLEEP_TIMEOUT (5*HZ)
50
44#define CONFIG_KEYPAD GIGABEAT_PAD 51#define CONFIG_KEYPAD GIGABEAT_PAD
45 52
46/* Define this if you do software codec */ 53/* Define this if you do software codec */