summaryrefslogtreecommitdiff
path: root/firmware/export/config-ipodmini2g.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-ipodmini2g.h')
-rw-r--r--firmware/export/config-ipodmini2g.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/export/config-ipodmini2g.h b/firmware/export/config-ipodmini2g.h
index cf042b4e45..3f37ce940f 100644
--- a/firmware/export/config-ipodmini2g.h
+++ b/firmware/export/config-ipodmini2g.h
@@ -111,6 +111,8 @@
111 111
112/* define this if the unit uses a scrollwheel for navigation */ 112/* define this if the unit uses a scrollwheel for navigation */
113#define HAVE_SCROLLWHEEL 113#define HAVE_SCROLLWHEEL
114/* define to activate advanced wheel acceleration code */
115#define HAVE_WHEEL_ACCELERATION
114/* define from which rotation speed [degree/sec] on the acceleration starts */ 116/* define from which rotation speed [degree/sec] on the acceleration starts */
115#define WHEEL_ACCEL_START 270 117#define WHEEL_ACCEL_START 270
116/* define type of acceleration (1 = ^2, 2 = ^3, 3 = ^4) */ 118/* define type of acceleration (1 = ^2, 2 = ^3, 3 = ^4) */