summaryrefslogtreecommitdiffstats
path: root/keyboards/woodkeys/meira/matrix.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/woodkeys/meira/matrix.c')
-rw-r--r--keyboards/woodkeys/meira/matrix.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/woodkeys/meira/matrix.c b/keyboards/woodkeys/meira/matrix.c
index 4fdc354237..145750a418 100644
--- a/keyboards/woodkeys/meira/matrix.c
+++ b/keyboards/woodkeys/meira/matrix.c
@@ -119,7 +119,7 @@ void matrix_init(void)
matrix_debouncing[i] = 0;
}
- matrix_init_quantum();
+ matrix_init_kb();
}
@@ -154,7 +154,7 @@ uint8_t _matrix_scan(void)
uint8_t matrix_scan(void)
{
uint8_t ret = _matrix_scan();
- matrix_scan_quantum();
+ matrix_scan_kb();
return ret;
}