Changed debounce time to 2

This commit is contained in:
2021-06-11 23:19:49 +02:00
parent eda37ded3a
commit 28acdc1207

View File

@@ -31,13 +31,13 @@
/* Configure pin used for selecting handness */ /* Configure pin used for selecting handness */
#define SPLIT_HAND_PIN F5 #define SPLIT_HAND_PIN F5
/* Enable split usb detect for Sparkfun Pro Micro */ /* Enable split usb detect for Pro Micro */
#define SPLIT_USB_DETECT #define SPLIT_USB_DETECT
#define SPLIT_USB_TIMEOUT 1500 #define SPLIT_USB_TIMEOUT 1500
#define NO_USB_STARTUP_CHECK #define NO_USB_STARTUP_CHECK
/* Reduces unintended double presses. Set 0 if debouncing is not needed */ /* Reduces unintended double presses. Set 0 if debouncing is not needed */
#define DEBOUNCE 5 #define DEBOUNCE 2
/* Set the maximum time allowed between taps */ /* Set the maximum time allowed between taps */
#define TAPPING_TERM 250 #define TAPPING_TERM 250