summaryrefslogtreecommitdiff
path: root/keyboards/k34/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/k34/config.h')
-rw-r--r--keyboards/k34/config.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/keyboards/k34/config.h b/keyboards/k34/config.h
index b7cbe618c2..0a7bded944 100644
--- a/keyboards/k34/config.h
+++ b/keyboards/k34/config.h
@@ -3,11 +3,6 @@
#pragma once
-#include "config_common.h"
-
-/* key matrix size */
-#define MATRIX_ROWS 4
-#define MATRIX_COLS 10
/*
* Keyboard Matrix Assignments
@@ -24,7 +19,3 @@
/* COL2ROW, ROW2COL */
#define DIODE_DIRECTION COL2ROW
-
-/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */
-#define DEBOUNCE 5
-