From 84a713b05cb50d01fc94e6b5b3e69420e7028d2c Mon Sep 17 00:00:00 2001 From: "U-LANDSRAAD\\drashna" Date: Mon, 5 Feb 2018 21:57:32 -0800 Subject: Remove _quantum functions from custom matrix.c code --- keyboards/dichotemy/matrix.c | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'keyboards/dichotemy') diff --git a/keyboards/dichotemy/matrix.c b/keyboards/dichotemy/matrix.c index 02e96e38c..f2841df1d 100644 --- a/keyboards/dichotemy/matrix.c +++ b/keyboards/dichotemy/matrix.c @@ -50,16 +50,6 @@ along with this program. If not, see . /* matrix state(1:on, 0:off) */ static matrix_row_t matrix[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) { matrix_init_user(); -- cgit v1.2.3-24-g4f1b