diff options
| author | U-LANDSRAAD\drashna | 2018-02-06 06:57:32 +0100 |
|---|---|---|
| committer | Jack Humbert | 2018-02-06 18:25:30 +0100 |
| commit | 84a713b05cb50d01fc94e6b5b3e69420e7028d2c (patch) | |
| tree | 425828112375330f0ab59284cc681f04bee2b8d0 /keyboards/fc660c/matrix.c | |
| parent | 9aaa491bc0b7f904dca1be0d002efe0f0db86477 (diff) | |
Remove _quantum functions from custom matrix.c code
Diffstat (limited to 'keyboards/fc660c/matrix.c')
| -rw-r--r-- | keyboards/fc660c/matrix.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/keyboards/fc660c/matrix.c b/keyboards/fc660c/matrix.c index 69a96b9792..e6e4948104 100644 --- a/keyboards/fc660c/matrix.c +++ b/keyboards/fc660c/matrix.c @@ -86,15 +86,6 @@ static matrix_row_t _matrix0[MATRIX_ROWS]; static matrix_row_t _matrix1[MATRIX_ROWS]; -__attribute__ ((weak)) -void matrix_init_quantum(void) { - matrix_init_kb(); -} - -__attribute__ ((weak)) -void matrix_scan_quantum(void) { - matrix_scan_kb(); -} __attribute__ ((weak)) void matrix_init_kb(void) { |