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