diff options
Diffstat (limited to 'keyboards/orthodox/matrix.c')
| -rw-r--r-- | keyboards/orthodox/matrix.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/keyboards/orthodox/matrix.c b/keyboards/orthodox/matrix.c index 3b60cead8..2ca5f4d87 100644 --- a/keyboards/orthodox/matrix.c +++ b/keyboards/orthodox/matrix.c | |||
| @@ -64,15 +64,6 @@ static void init_cols(void); | |||
| 64 | static void unselect_rows(void); | 64 | static void unselect_rows(void); |
| 65 | static void select_row(uint8_t row); | 65 | static void select_row(uint8_t row); |
| 66 | 66 | ||
| 67 | __attribute__ ((weak)) | ||
| 68 | void matrix_init_quantum(void) { | ||
| 69 | matrix_init_kb(); | ||
| 70 | } | ||
| 71 | |||
| 72 | __attribute__ ((weak)) | ||
| 73 | void matrix_scan_quantum(void) { | ||
| 74 | matrix_scan_kb(); | ||
| 75 | } | ||
| 76 | 67 | ||
| 77 | __attribute__ ((weak)) | 68 | __attribute__ ((weak)) |
| 78 | void matrix_init_kb(void) { | 69 | void matrix_init_kb(void) { |
