diff options
Diffstat (limited to 'firmware/export/config-ipodmini2g.h')
-rw-r--r-- | firmware/export/config-ipodmini2g.h | 2 |
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 @@ /* define this if the unit uses a scrollwheel for navigation */ #define HAVE_SCROLLWHEEL +/* define to activate advanced wheel acceleration code */ +#define HAVE_WHEEL_ACCELERATION /* define from which rotation speed [degree/sec] on the acceleration starts */ #define WHEEL_ACCEL_START 270 /* define type of acceleration (1 = ^2, 2 = ^3, 3 = ^4) */ |