diff options
Diffstat (limited to 'keyboards/helix')
-rw-r--r-- | keyboards/helix/rev1/matrix.c | 9 | ||||
-rw-r--r-- | keyboards/helix/rev2/matrix.c | 9 |
2 files changed, 0 insertions, 18 deletions
diff --git a/keyboards/helix/rev1/matrix.c b/keyboards/helix/rev1/matrix.c index 375057a6f..f2506868e 100644 --- a/keyboards/helix/rev1/matrix.c +++ b/keyboards/helix/rev1/matrix.c | |||
@@ -60,15 +60,6 @@ static void init_cols(void); | |||
60 | static void unselect_rows(void); | 60 | static void unselect_rows(void); |
61 | static void select_row(uint8_t row); | 61 | static void select_row(uint8_t row); |
62 | 62 | ||
63 | __attribute__ ((weak)) | ||
64 | void matrix_init_quantum(void) { | ||
65 | matrix_init_kb(); | ||
66 | } | ||
67 | |||
68 | __attribute__ ((weak)) | ||
69 | void matrix_scan_quantum(void) { | ||
70 | matrix_scan_kb(); | ||
71 | } | ||
72 | 63 | ||
73 | __attribute__ ((weak)) | 64 | __attribute__ ((weak)) |
74 | void matrix_init_kb(void) { | 65 | void matrix_init_kb(void) { |
diff --git a/keyboards/helix/rev2/matrix.c b/keyboards/helix/rev2/matrix.c index 7ddbc2107..a908360c5 100644 --- a/keyboards/helix/rev2/matrix.c +++ b/keyboards/helix/rev2/matrix.c | |||
@@ -62,15 +62,6 @@ static void unselect_rows(void); | |||
62 | static void select_row(uint8_t row); | 62 | static void select_row(uint8_t row); |
63 | static uint8_t matrix_master_scan(void); | 63 | static uint8_t matrix_master_scan(void); |
64 | 64 | ||
65 | __attribute__ ((weak)) | ||
66 | void matrix_init_quantum(void) { | ||
67 | matrix_init_kb(); | ||
68 | } | ||
69 | |||
70 | __attribute__ ((weak)) | ||
71 | void matrix_scan_quantum(void) { | ||
72 | matrix_scan_kb(); | ||
73 | } | ||
74 | 65 | ||
75 | __attribute__ ((weak)) | 66 | __attribute__ ((weak)) |
76 | void matrix_init_kb(void) { | 67 | void matrix_init_kb(void) { |