summaryrefslogtreecommitdiff
path: root/firmware/export/config-ipodmini.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-ipodmini.h')
-rw-r--r--firmware/export/config-ipodmini.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/firmware/export/config-ipodmini.h b/firmware/export/config-ipodmini.h
index f2f96946c9..a089ebdd78 100644
--- a/firmware/export/config-ipodmini.h
+++ b/firmware/export/config-ipodmini.h
@@ -1,7 +1,7 @@
1/* 1/*
2 * This config file is for the Apple iPod Mini (1st Gen) 2 * This config file is for the Apple iPod Mini (1st 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 9 /* TODO: change to 9 */ 7#define MODEL_NUMBER 9 /* TODO: change to 9 */
@@ -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