summaryrefslogtreecommitdiff
path: root/firmware/export/config-ipodcolor.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-ipodcolor.h')
-rw-r--r--firmware/export/config-ipodcolor.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/export/config-ipodcolor.h b/firmware/export/config-ipodcolor.h
index 476ebf983d..adb0f0ba1c 100644
--- a/firmware/export/config-ipodcolor.h
+++ b/firmware/export/config-ipodcolor.h
@@ -90,6 +90,8 @@
90 90
91/* define this if the unit uses a scrollwheel for navigation */ 91/* define this if the unit uses a scrollwheel for navigation */
92#define HAVE_SCROLLWHEEL 92#define HAVE_SCROLLWHEEL
93/* define to activate advanced wheel acceleration code */
94#define HAVE_WHEEL_ACCELERATION
93/* define from which rotation speed [degree/sec] on the acceleration starts */ 95/* define from which rotation speed [degree/sec] on the acceleration starts */
94#define WHEEL_ACCEL_START 270 96#define WHEEL_ACCEL_START 270
95/* define type of acceleration (1 = ^2, 2 = ^3, 3 = ^4) */ 97/* define type of acceleration (1 = ^2, 2 = ^3, 3 = ^4) */