summaryrefslogtreecommitdiff
path: root/keyboards/rect44/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/rect44/config.h')
-rw-r--r--keyboards/rect44/config.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/keyboards/rect44/config.h b/keyboards/rect44/config.h
index 60571c7665..55dd3f951d 100644
--- a/keyboards/rect44/config.h
+++ b/keyboards/rect44/config.h
@@ -16,11 +16,6 @@
#pragma once
-#include "config_common.h"
-
-/* key matrix size */
-#define MATRIX_ROWS 4
-#define MATRIX_COLS 13
/* Key matrix pins */
#define MATRIX_ROW_PINS { D3, D2, F5, F4 }
@@ -41,6 +36,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