summaryrefslogtreecommitdiff
path: root/keyboards/fr4/unix60/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/fr4/unix60/config.h')
-rw-r--r--keyboards/fr4/unix60/config.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/keyboards/fr4/unix60/config.h b/keyboards/fr4/unix60/config.h
index 5e0b52ee80..c661d4b038 100644
--- a/keyboards/fr4/unix60/config.h
+++ b/keyboards/fr4/unix60/config.h
@@ -17,11 +17,6 @@
#pragma once
-#include "config_common.h"
-
-/* key matrix size */
-#define MATRIX_ROWS 7
-#define MATRIX_COLS 9
/* key matrix pins */
#define MATRIX_ROW_PINS { D3, D2, D1, D0, D4, C6, D7 }
@@ -29,6 +24,3 @@
/* COL2ROW or ROW2COL */
#define DIODE_DIRECTION COL2ROW
-
-/* Set 0 if debouncing isn't needed */
-#define DEBOUNCE 5