summaryrefslogtreecommitdiff
path: root/firmware/export/config-ipodmini2g.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-ipodmini2g.h')
-rwxr-xr-xfirmware/export/config-ipodmini2g.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/firmware/export/config-ipodmini2g.h b/firmware/export/config-ipodmini2g.h
index bac60e3e72..c37be05400 100755
--- a/firmware/export/config-ipodmini2g.h
+++ b/firmware/export/config-ipodmini2g.h
@@ -1,7 +1,7 @@
1/* 1/*
2 * This config file is for the Apple iPod Mini 2nd Gen 2 * This config file is for the Apple iPod Mini 2nd Gen
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 11 7#define MODEL_NUMBER 11
@@ -103,6 +103,11 @@
103 103
104#define USB_IPODSTYLE 104#define USB_IPODSTYLE
105 105
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
106/* define this if the unit can be powered or charged via USB */ 111/* define this if the unit can be powered or charged via USB */
107#define HAVE_USB_POWER 112#define HAVE_USB_POWER
108 113