diff options
Diffstat (limited to 'keyboards/helix/rev2/matrix.c')
| -rw-r--r-- | keyboards/helix/rev2/matrix.c | 9 |
1 files changed, 0 insertions, 9 deletions
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) { |
