summaryrefslogtreecommitdiff
path: root/firmware/export/config-ipodvideo.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-ipodvideo.h')
-rw-r--r--firmware/export/config-ipodvideo.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/export/config-ipodvideo.h b/firmware/export/config-ipodvideo.h
index 3812b44943..0ad3b5c7f2 100644
--- a/firmware/export/config-ipodvideo.h
+++ b/firmware/export/config-ipodvideo.h
@@ -100,6 +100,8 @@
100 100
101/* define this if the unit uses a scrollwheel for navigation */ 101/* define this if the unit uses a scrollwheel for navigation */
102#define HAVE_SCROLLWHEEL 102#define HAVE_SCROLLWHEEL
103/* define to activate advanced wheel acceleration code */
104#define HAVE_WHEEL_ACCELERATION
103/* define from which rotation speed [degree/sec] on the acceleration starts */ 105/* define from which rotation speed [degree/sec] on the acceleration starts */
104#define WHEEL_ACCEL_START 270 106#define WHEEL_ACCEL_START 270
105/* define type of acceleration (1 = ^2, 2 = ^3, 3 = ^4) */ 107/* define type of acceleration (1 = ^2, 2 = ^3, 3 = ^4) */