diff options
Diffstat (limited to 'keyboards/rect44/config.h')
-rw-r--r-- | keyboards/rect44/config.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/keyboards/rect44/config.h b/keyboards/rect44/config.h index 60571c7665..a85fae7368 100644 --- a/keyboards/rect44/config.h +++ b/keyboards/rect44/config.h @@ -16,7 +16,6 @@ #pragma once -#include "config_common.h" /* key matrix size */ #define MATRIX_ROWS 4 @@ -41,6 +40,3 @@ # define RGBLIGHT_EFFECT_RGB_TEST # define RGBLIGHT_EFFECT_ALTERNATING # define RGBLIGHT_EFFECT_TWINKLE - -/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ -#define DEBOUNCE 5 |