diff options
Diffstat (limited to 'firmware/export/config-ipodcolor.h')
-rw-r--r-- | firmware/export/config-ipodcolor.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/export/config-ipodcolor.h b/firmware/export/config-ipodcolor.h index 964f103214..0bcb25b56c 100644 --- a/firmware/export/config-ipodcolor.h +++ b/firmware/export/config-ipodcolor.h | |||
@@ -108,6 +108,9 @@ | |||
108 | /* Define this if you can detect headphones */ | 108 | /* Define this if you can detect headphones */ |
109 | #define HAVE_HEADPHONE_DETECTION | 109 | #define HAVE_HEADPHONE_DETECTION |
110 | 110 | ||
111 | /* Define this if you can read an absolute wheel position */ | ||
112 | #define HAVE_WHEEL_POSITION | ||
113 | |||
111 | #define BOOTFILE_EXT "ipod" | 114 | #define BOOTFILE_EXT "ipod" |
112 | #define BOOTFILE "rockbox." BOOTFILE_EXT | 115 | #define BOOTFILE "rockbox." BOOTFILE_EXT |
113 | 116 | ||