diff options
Diffstat (limited to 'keyboards/mitosis/matrix.c')
-rw-r--r-- | keyboards/mitosis/matrix.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/keyboards/mitosis/matrix.c b/keyboards/mitosis/matrix.c index 0d046339e..4b87242b9 100644 --- a/keyboards/mitosis/matrix.c +++ b/keyboards/mitosis/matrix.c | |||
@@ -47,15 +47,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
47 | /* matrix state(1:on, 0:off) */ | 47 | /* matrix state(1:on, 0:off) */ |
48 | static matrix_row_t matrix[MATRIX_ROWS]; | 48 | static matrix_row_t matrix[MATRIX_ROWS]; |
49 | 49 | ||
50 | __attribute__ ((weak)) | ||
51 | void matrix_init_quantum(void) { | ||
52 | matrix_init_kb(); | ||
53 | } | ||
54 | |||
55 | __attribute__ ((weak)) | ||
56 | void matrix_scan_quantum(void) { | ||
57 | matrix_scan_kb(); | ||
58 | } | ||
59 | 50 | ||
60 | __attribute__ ((weak)) | 51 | __attribute__ ((weak)) |
61 | void matrix_init_kb(void) { | 52 | void matrix_init_kb(void) { |