summaryrefslogtreecommitdiff
path: root/firmware/export/config-ipod4g.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-ipod4g.h')
-rw-r--r--firmware/export/config-ipod4g.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/firmware/export/config-ipod4g.h b/firmware/export/config-ipod4g.h
index 2b603987f4..c61ab05b77 100644
--- a/firmware/export/config-ipod4g.h
+++ b/firmware/export/config-ipod4g.h
@@ -1,7 +1,7 @@
1/* 1/*
2 * This config file is for the Apple iPod Color/Photo 2 * This config file is for the Apple iPod Color/Photo
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 8 7#define MODEL_NUMBER 8
@@ -100,6 +100,11 @@
100 100
101#define USB_IPODSTYLE 101#define USB_IPODSTYLE
102 102
103/* LCD contrast */
104#define MIN_CONTRAST_SETTING 5
105#define MAX_CONTRAST_SETTING 63
106#define DEFAULT_CONTRAST_SETTING 40 /* Match boot contrast */
107
103/* define this if the unit can be powered or charged via USB */ 108/* define this if the unit can be powered or charged via USB */
104#define HAVE_USB_POWER 109#define HAVE_USB_POWER
105 110