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