summaryrefslogtreecommitdiff
path: root/firmware/export/config/sansafuzeplus.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config/sansafuzeplus.h')
-rw-r--r--firmware/export/config/sansafuzeplus.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/firmware/export/config/sansafuzeplus.h b/firmware/export/config/sansafuzeplus.h
index c6f30ab00e..270060d594 100644
--- a/firmware/export/config/sansafuzeplus.h
+++ b/firmware/export/config/sansafuzeplus.h
@@ -80,6 +80,14 @@
80#define MAX_TOUCHPAD_SENSITIVITY_SETTING 25 80#define MAX_TOUCHPAD_SENSITIVITY_SETTING 25
81#define DEFAULT_TOUCHPAD_SENSITIVITY_SETTING 13 81#define DEFAULT_TOUCHPAD_SENSITIVITY_SETTING 13
82 82
83/* Define this to enable dead zone on touchpad */
84#ifndef SIMULATOR
85#define HAVE_TOUCHPAD_DEADZONE
86#define DEFAULT_TOUCHPAD_DEADZONE_SETTING 30
87#define MIN_TOUCHPAD_DEADSPACE_SETTING 0
88#define MAX_TOUCHPAD_DEADSPACE_SETTING 100
89#endif
90
83/* Define this to enable morse code input */ 91/* Define this to enable morse code input */
84#define HAVE_MORSE_INPUT 92#define HAVE_MORSE_INPUT
85 93