summaryrefslogtreecommitdiff
path: root/firmware/export/config-ipod3g.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-ipod3g.h')
-rw-r--r--firmware/export/config-ipod3g.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/firmware/export/config-ipod3g.h b/firmware/export/config-ipod3g.h
index 32d136c528..446f56be8e 100644
--- a/firmware/export/config-ipod3g.h
+++ b/firmware/export/config-ipod3g.h
@@ -32,6 +32,11 @@
32/* define this if you can flip your LCD */ 32/* define this if you can flip your LCD */
33#define HAVE_LCD_FLIP 33#define HAVE_LCD_FLIP
34 34
35/* LCD contrast */
36#define MIN_CONTRAST_SETTING 5
37#define MAX_CONTRAST_SETTING 63
38#define DEFAULT_CONTRAST_SETTING 40 /* Match boot contrast */
39
35#define CONFIG_KEYPAD IPOD_3G_PAD 40#define CONFIG_KEYPAD IPOD_3G_PAD
36 41
37/* Define this if you do software codec */ 42/* Define this if you do software codec */
@@ -103,11 +108,6 @@
103 108
104#define USB_NONE 109#define USB_NONE
105 110
106/* LCD contrast */
107#define MIN_CONTRAST_SETTING 5
108#define MAX_CONTRAST_SETTING 63
109#define DEFAULT_CONTRAST_SETTING 40 /* Match boot contrast */
110
111/* Virtual LED (icon) */ 111/* Virtual LED (icon) */
112#define CONFIG_LED LED_VIRTUAL 112#define CONFIG_LED LED_VIRTUAL
113 113