summaryrefslogtreecommitdiff
path: root/keyboards/4by3/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/4by3/config.h')
-rw-r--r--keyboards/4by3/config.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/keyboards/4by3/config.h b/keyboards/4by3/config.h
index be28796d1f..5f20b5b97a 100644
--- a/keyboards/4by3/config.h
+++ b/keyboards/4by3/config.h
@@ -1,10 +1,5 @@
#pragma once
-#include "config_common.h"
-
-/* key matrix size */
-#define MATRIX_ROWS 3
-#define MATRIX_COLS 4
/* key matrix pins */
#define MATRIX_ROW_PINS { D1, D0, D4 }
@@ -12,6 +7,3 @@
/* COL2ROW or ROW2COL */
#define DIODE_DIRECTION COL2ROW
-
-/* Set 0 if debouncing isn't needed */
-#define DEBOUNCE 5