diff options
Diffstat (limited to 'keyboards/ungodly')
-rw-r--r-- | keyboards/ungodly/launch_pad/config.h | 3 | ||||
-rw-r--r-- | keyboards/ungodly/nines/config.h | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/keyboards/ungodly/launch_pad/config.h b/keyboards/ungodly/launch_pad/config.h index 2cb597657e..bed77a602f 100644 --- a/keyboards/ungodly/launch_pad/config.h +++ b/keyboards/ungodly/launch_pad/config.h @@ -108,6 +108,3 @@ // # define ENABLE_RGB_MATRIX_SOLID_MULTISPLASH #endif - -/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ -#define DEBOUNCE 5 diff --git a/keyboards/ungodly/nines/config.h b/keyboards/ungodly/nines/config.h index e17841c4cb..2375d9b63f 100644 --- a/keyboards/ungodly/nines/config.h +++ b/keyboards/ungodly/nines/config.h @@ -33,9 +33,6 @@ #define ENCODER_RESOLUTION 2 -/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ -#define DEBOUNCE 5 - /* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */ #define LOCKING_SUPPORT_ENABLE /* Locking resynchronize hack */ |