summaryrefslogtreecommitdiff
path: root/keyboards/maxr1998/pulse4k/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/maxr1998/pulse4k/config.h')
-rw-r--r--keyboards/maxr1998/pulse4k/config.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/keyboards/maxr1998/pulse4k/config.h b/keyboards/maxr1998/pulse4k/config.h
index 39d89eb5db..dd2e02f98e 100644
--- a/keyboards/maxr1998/pulse4k/config.h
+++ b/keyboards/maxr1998/pulse4k/config.h
@@ -17,11 +17,6 @@
#pragma once
-#include "config_common.h"
-
-/* Key matrix size */
-#define MATRIX_ROWS 2
-#define MATRIX_COLS 3
/* Matrix pins */
#define MATRIX_ROW_PINS { B4, E6 }
@@ -30,9 +25,6 @@
/* COL2ROW or ROW2COL */
#define DIODE_DIRECTION COL2ROW
-/* Set 0 if debouncing isn't needed */
-#define DEBOUNCE 5
-
/* Rotary encoders */
#define ENCODERS_PAD_A { D2, F6 }
#define ENCODERS_PAD_B { D3, F5 }