diff options
Diffstat (limited to 'firmware/export/config/sansafuzev2.h')
-rw-r--r-- | firmware/export/config/sansafuzev2.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/firmware/export/config/sansafuzev2.h b/firmware/export/config/sansafuzev2.h index b71f852007..88d7650ca3 100644 --- a/firmware/export/config/sansafuzev2.h +++ b/firmware/export/config/sansafuzev2.h | |||
@@ -127,13 +127,13 @@ | |||
127 | #define CONFIG_BACKLIGHT_FADING BACKLIGHT_FADING_SW_SETTING | 127 | #define CONFIG_BACKLIGHT_FADING BACKLIGHT_FADING_SW_SETTING |
128 | 128 | ||
129 | /* define this if the unit uses a scrollwheel for navigation */ | 129 | /* define this if the unit uses a scrollwheel for navigation */ |
130 | //#define HAVE_SCROLLWHEEL | 130 | #define HAVE_SCROLLWHEEL |
131 | /* define to activate advanced wheel acceleration code */ | 131 | /* define to activate advanced wheel acceleration code */ |
132 | //#define HAVE_WHEEL_ACCELERATION | 132 | #define HAVE_WHEEL_ACCELERATION |
133 | /* define from which rotation speed [degree/sec] on the acceleration starts */ | 133 | /* define from which rotation speed [degree/sec] on the acceleration starts */ |
134 | //#define WHEEL_ACCEL_START 540 | 134 | #define WHEEL_ACCEL_START 540 |
135 | /* define type of acceleration (1 = ^2, 2 = ^3, 3 = ^4) */ | 135 | /* define type of acceleration (1 = ^2, 2 = ^3, 3 = ^4) */ |
136 | //#define WHEEL_ACCELERATION 1 | 136 | #define WHEEL_ACCELERATION 1 |
137 | 137 | ||
138 | /* define this if you have a flash memory storage */ | 138 | /* define this if you have a flash memory storage */ |
139 | #define HAVE_FLASH_STORAGE | 139 | #define HAVE_FLASH_STORAGE |