summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/config/sansafuzev2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/config/sansafuzev2.h b/firmware/export/config/sansafuzev2.h
index 8b2ffb3d93..a21eb34f94 100644
--- a/firmware/export/config/sansafuzev2.h
+++ b/firmware/export/config/sansafuzev2.h
@@ -73,7 +73,7 @@
73/* define to activate advanced wheel acceleration code */ 73/* define to activate advanced wheel acceleration code */
74#define HAVE_WHEEL_ACCELERATION 74#define HAVE_WHEEL_ACCELERATION
75/* define from which rotation speed [degree/sec] on the acceleration starts */ 75/* define from which rotation speed [degree/sec] on the acceleration starts */
76#define WHEEL_ACCEL_START 540 76#define WHEEL_ACCEL_START 720
77/* define type of acceleration (1 = ^2, 2 = ^3, 3 = ^4) */ 77/* define type of acceleration (1 = ^2, 2 = ^3, 3 = ^4) */
78#define WHEEL_ACCELERATION 1 78#define WHEEL_ACCELERATION 1
79 79