summaryrefslogtreecommitdiff
path: root/keyboards/sekigon/grs_70ec/ec_switch_matrix.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/sekigon/grs_70ec/ec_switch_matrix.c')
-rw-r--r--keyboards/sekigon/grs_70ec/ec_switch_matrix.c12
1 files changed, 1 insertions, 11 deletions
diff --git a/keyboards/sekigon/grs_70ec/ec_switch_matrix.c b/keyboards/sekigon/grs_70ec/ec_switch_matrix.c
index 88e9bdabdb..d1c2d85ac8 100644
--- a/keyboards/sekigon/grs_70ec/ec_switch_matrix.c
+++ b/keyboards/sekigon/grs_70ec/ec_switch_matrix.c
@@ -20,19 +20,9 @@
#include "analog.h"
#include "print.h"
-// sensing channel definitions
-#define S0 0
-#define S1 1
-#define S2 2
-#define S3 3
-#define S4 4
-#define S5 5
-#define S6 6
-#define S7 7
-
// pin connections
const uint8_t row_pins[] = MATRIX_ROW_PINS;
-const uint8_t col_channels[] = MATRIX_COL_PINS;
+const uint8_t col_channels[] = MATRIX_COL_CHANNELS;
const uint8_t mux_sel_pins[] = MUX_SEL_PINS;
_Static_assert(sizeof(mux_sel_pins) == 3, "invalid MUX_SEL_PINS");