summaryrefslogtreecommitdiff
path: root/firmware/export/config/sansafuzev2.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config/sansafuzev2.h')
-rw-r--r--firmware/export/config/sansafuzev2.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/firmware/export/config/sansafuzev2.h b/firmware/export/config/sansafuzev2.h
index 172434282d..4caab8464a 100644
--- a/firmware/export/config/sansafuzev2.h
+++ b/firmware/export/config/sansafuzev2.h
@@ -68,6 +68,15 @@
68/* There is no hardware tone control */ 68/* There is no hardware tone control */
69#define HAVE_SW_TONE_CONTROLS 69#define HAVE_SW_TONE_CONTROLS
70 70
71/* define this if the unit uses a scrollwheel for navigation */
72#define HAVE_SCROLLWHEEL
73/* define to activate advanced wheel acceleration code */
74#define HAVE_WHEEL_ACCELERATION
75/* define from which rotation speed [degree/sec] on the acceleration starts */
76#define WHEEL_ACCEL_START 540
77/* define type of acceleration (1 = ^2, 2 = ^3, 3 = ^4) */
78#define WHEEL_ACCELERATION 1
79
71#endif /* !BOOTLOADER */ 80#endif /* !BOOTLOADER */
72 81
73/* put the lcd frame buffer in IRAM */ 82/* put the lcd frame buffer in IRAM */
@@ -126,15 +135,6 @@
126/* Which backlight fading type? */ 135/* Which backlight fading type? */
127#define CONFIG_BACKLIGHT_FADING BACKLIGHT_FADING_SW_SETTING 136#define CONFIG_BACKLIGHT_FADING BACKLIGHT_FADING_SW_SETTING
128 137
129/* define this if the unit uses a scrollwheel for navigation */
130#define HAVE_SCROLLWHEEL
131/* define to activate advanced wheel acceleration code */
132#define HAVE_WHEEL_ACCELERATION
133/* define from which rotation speed [degree/sec] on the acceleration starts */
134#define WHEEL_ACCEL_START 540
135/* define type of acceleration (1 = ^2, 2 = ^3, 3 = ^4) */
136#define WHEEL_ACCELERATION 1
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
140 140