diff options
Diffstat (limited to 'keyboards/levinson/matrix.c')
| -rw-r--r-- | keyboards/levinson/matrix.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/keyboards/levinson/matrix.c b/keyboards/levinson/matrix.c index 9d8a14d19..ed913f34b 100644 --- a/keyboards/levinson/matrix.c +++ b/keyboards/levinson/matrix.c | |||
| @@ -85,15 +85,6 @@ static matrix_row_t matrix_debouncing[MATRIX_ROWS]; | |||
| 85 | static void unselect_col(uint8_t col); | 85 | static void unselect_col(uint8_t col); |
| 86 | static void select_col(uint8_t col); | 86 | static void select_col(uint8_t col); |
| 87 | #endif | 87 | #endif |
| 88 | __attribute__ ((weak)) | ||
| 89 | void matrix_init_quantum(void) { | ||
| 90 | matrix_init_kb(); | ||
| 91 | } | ||
| 92 | |||
| 93 | __attribute__ ((weak)) | ||
| 94 | void matrix_scan_quantum(void) { | ||
| 95 | matrix_scan_kb(); | ||
| 96 | } | ||
| 97 | 88 | ||
| 98 | __attribute__ ((weak)) | 89 | __attribute__ ((weak)) |
| 99 | void matrix_init_kb(void) { | 90 | void matrix_init_kb(void) { |
