diff options
Diffstat (limited to 'keyboards/octagon')
| -rw-r--r-- | keyboards/octagon/v1/matrix.c | 9 | ||||
| -rw-r--r-- | keyboards/octagon/v2/matrix.c | 9 |
2 files changed, 0 insertions, 18 deletions
diff --git a/keyboards/octagon/v1/matrix.c b/keyboards/octagon/v1/matrix.c index 2d2a5adbc..855534994 100644 --- a/keyboards/octagon/v1/matrix.c +++ b/keyboards/octagon/v1/matrix.c | |||
| @@ -33,15 +33,6 @@ static void init_rows(void); | |||
| 33 | static void unselect_cols(void); | 33 | static void unselect_cols(void); |
| 34 | static void select_col(uint8_t col); | 34 | static void select_col(uint8_t col); |
| 35 | 35 | ||
| 36 | __attribute__ ((weak)) | ||
| 37 | void matrix_init_quantum(void) { | ||
| 38 | matrix_init_kb(); | ||
| 39 | } | ||
| 40 | |||
| 41 | __attribute__ ((weak)) | ||
| 42 | void matrix_scan_quantum(void) { | ||
| 43 | matrix_scan_kb(); | ||
| 44 | } | ||
| 45 | 36 | ||
| 46 | __attribute__ ((weak)) | 37 | __attribute__ ((weak)) |
| 47 | void matrix_init_kb(void) { | 38 | void matrix_init_kb(void) { |
diff --git a/keyboards/octagon/v2/matrix.c b/keyboards/octagon/v2/matrix.c index e113e5077..a63a37640 100644 --- a/keyboards/octagon/v2/matrix.c +++ b/keyboards/octagon/v2/matrix.c | |||
| @@ -33,15 +33,6 @@ static void init_rows(void); | |||
| 33 | static void unselect_cols(void); | 33 | static void unselect_cols(void); |
| 34 | static void select_col(uint8_t col); | 34 | static void select_col(uint8_t col); |
| 35 | 35 | ||
| 36 | __attribute__ ((weak)) | ||
| 37 | void matrix_init_quantum(void) { | ||
| 38 | matrix_init_kb(); | ||
| 39 | } | ||
| 40 | |||
| 41 | __attribute__ ((weak)) | ||
| 42 | void matrix_scan_quantum(void) { | ||
| 43 | matrix_scan_kb(); | ||
| 44 | } | ||
| 45 | 36 | ||
| 46 | __attribute__ ((weak)) | 37 | __attribute__ ((weak)) |
| 47 | void matrix_init_kb(void) { | 38 | void matrix_init_kb(void) { |
