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.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/firmware/export/config-gigabeat.h b/firmware/export/config-gigabeat.h
index c4272205bc..a20a5d87ff 100644
--- a/firmware/export/config-gigabeat.h
+++ b/firmware/export/config-gigabeat.h
@@ -59,9 +59,7 @@
59 59
60#define HAVE_TOUCHPAD_SENSITIVITY_SETTING 60#define HAVE_TOUCHPAD_SENSITIVITY_SETTING
61 61
62#ifndef SIMULATOR
63#define HAVE_HARDWARE_BEEP 62#define HAVE_HARDWARE_BEEP
64#endif
65 63
66#endif /* BOOTLOADER */ 64#endif /* BOOTLOADER */
67 65
@@ -140,11 +138,6 @@
140 * when running */ 138 * when running */
141#define HAVE_BATTERY_SWITCH 139#define HAVE_BATTERY_SWITCH
142 140
143#ifndef SIMULATOR
144
145/* The LCD on a Gigabeat is 240x320 - it is portrait */
146#define HAVE_PORTRAIT_LCD
147
148#define HAVE_LCD_FLIP 141#define HAVE_LCD_FLIP
149 142
150/* Define this if your LCD can set contrast */ 143/* Define this if your LCD can set contrast */
@@ -190,4 +183,3 @@
190#define BOOTFILE "rockbox." BOOTFILE_EXT 183#define BOOTFILE "rockbox." BOOTFILE_EXT
191#define BOOTDIR "/.rockbox" 184#define BOOTDIR "/.rockbox"
192 185
193#endif