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.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/firmware/export/config-ipod3g.h b/firmware/export/config-ipod3g.h
index 94035069a5..e94c3c087c 100644
--- a/firmware/export/config-ipod3g.h
+++ b/firmware/export/config-ipod3g.h
@@ -1,7 +1,7 @@
1/* 1/*
2 * This config file is for the Apple iPod 3g 2 * This config file is for the Apple iPod 3g
3 */ 3 */
4#define IPOD_ARCH 1 4#define TARGET_TREE /* this target is using the target tree system */
5 5
6/* For Rolo and boot loader */ 6/* For Rolo and boot loader */
7#define MODEL_NUMBER 7 7#define MODEL_NUMBER 7
@@ -101,6 +101,10 @@
101 101
102#define USB_NONE 102#define USB_NONE
103 103
104/* LCD contrast */
105#define MIN_CONTRAST_SETTING 5
106#define MAX_CONTRAST_SETTING 63
107#define DEFAULT_CONTRAST_SETTING 40 /* Match boot contrast */
104 108
105/* Virtual LED (icon) */ 109/* Virtual LED (icon) */
106#define CONFIG_LED LED_VIRTUAL 110#define CONFIG_LED LED_VIRTUAL