summaryrefslogtreecommitdiff
path: root/keyboards/tender/macrowo_pad/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/tender/macrowo_pad/config.h')
-rw-r--r--keyboards/tender/macrowo_pad/config.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/keyboards/tender/macrowo_pad/config.h b/keyboards/tender/macrowo_pad/config.h
index bdfe120bf0..bd578550fd 100644
--- a/keyboards/tender/macrowo_pad/config.h
+++ b/keyboards/tender/macrowo_pad/config.h
@@ -15,11 +15,6 @@
*/
#pragma once
-#include "config_common.h"
-
-/* key matrix size */
-#define MATRIX_ROWS 2
-#define MATRIX_COLS 10
/* key matrix pins */
#define MATRIX_ROW_PINS { B5, D7 }
@@ -27,7 +22,3 @@
/* COL2ROW or ROW2COL */
#define DIODE_DIRECTION COL2ROW
-
-/* Set 0 if debouncing isn't needed */
-#define DEBOUNCE 5
-