diff options
Diffstat (limited to 'keyboards/handwired/promethium/matrix.c')
-rw-r--r-- | keyboards/handwired/promethium/matrix.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/keyboards/handwired/promethium/matrix.c b/keyboards/handwired/promethium/matrix.c index 72dbe8d4d..00f2b8e9d 100644 --- a/keyboards/handwired/promethium/matrix.c +++ b/keyboards/handwired/promethium/matrix.c | |||
@@ -74,15 +74,6 @@ static void unselect_rows(void); | |||
74 | static void select_row(uint8_t row); | 74 | static void select_row(uint8_t row); |
75 | static void unselect_row(uint8_t row); | 75 | static void unselect_row(uint8_t row); |
76 | 76 | ||
77 | __attribute__ ((weak)) | ||
78 | void matrix_init_quantum(void) { | ||
79 | matrix_init_kb(); | ||
80 | } | ||
81 | |||
82 | __attribute__ ((weak)) | ||
83 | void matrix_scan_quantum(void) { | ||
84 | matrix_scan_kb(); | ||
85 | } | ||
86 | 77 | ||
87 | __attribute__ ((weak)) | 78 | __attribute__ ((weak)) |
88 | void matrix_init_kb(void) { | 79 | void matrix_init_kb(void) { |