summaryrefslogtreecommitdiffstats
path: root/keyboards/orthodox
diff options
context:
space:
mode:
authorU-LANDSRAAD\drashna <drashna@live.com>2018-02-06 06:57:32 +0100
committerJack Humbert <jack.humb@gmail.com>2018-02-06 18:25:30 +0100
commit84a713b05cb50d01fc94e6b5b3e69420e7028d2c (patch)
tree425828112375330f0ab59284cc681f04bee2b8d0 /keyboards/orthodox
parent9aaa491bc0b7f904dca1be0d002efe0f0db86477 (diff)
downloadqmk_firmware-84a713b05cb50d01fc94e6b5b3e69420e7028d2c.tar.gz
qmk_firmware-84a713b05cb50d01fc94e6b5b3e69420e7028d2c.tar.xz
Remove _quantum functions from custom matrix.c code
Diffstat (limited to 'keyboards/orthodox')
-rw-r--r--keyboards/orthodox/matrix.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/keyboards/orthodox/matrix.c b/keyboards/orthodox/matrix.c
index 3b60cead8..2ca5f4d87 100644
--- a/keyboards/orthodox/matrix.c
+++ b/keyboards/orthodox/matrix.c
@@ -64,15 +64,6 @@ static void init_cols(void);
static void unselect_rows(void);
static void select_row(uint8_t row);
-__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) {