diff options
Diffstat (limited to 'firmware/export/config-ipodvideo.h')
-rw-r--r-- | firmware/export/config-ipodvideo.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/export/config-ipodvideo.h b/firmware/export/config-ipodvideo.h index 4781a2c887..cd8f1eea11 100644 --- a/firmware/export/config-ipodvideo.h +++ b/firmware/export/config-ipodvideo.h | |||
@@ -113,6 +113,9 @@ | |||
113 | /* Define this if you can detect headphones */ | 113 | /* Define this if you can detect headphones */ |
114 | #define HAVE_HEADPHONE_DETECTION | 114 | #define HAVE_HEADPHONE_DETECTION |
115 | 115 | ||
116 | /* Define this if you can read an absolute wheel position */ | ||
117 | #define HAVE_WHEEL_POSITION | ||
118 | |||
116 | #define BOOTFILE_EXT "ipod" | 119 | #define BOOTFILE_EXT "ipod" |
117 | #define BOOTFILE "rockbox." BOOTFILE_EXT | 120 | #define BOOTFILE "rockbox." BOOTFILE_EXT |
118 | 121 | ||