summaryrefslogtreecommitdiffstats
path: root/keyboards/gboards/gergo/matrix.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/gboards/gergo/matrix.c')
-rw-r--r--keyboards/gboards/gergo/matrix.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/gboards/gergo/matrix.c b/keyboards/gboards/gergo/matrix.c
index 3898246e30..c352be24e1 100644
--- a/keyboards/gboards/gergo/matrix.c
+++ b/keyboards/gboards/gergo/matrix.c
@@ -153,7 +153,7 @@ void matrix_init(void) {
}
debounce_init(MATRIX_ROWS);
- matrix_init_quantum();
+ matrix_init_kb();
}
void matrix_power_up(void) {
@@ -260,7 +260,7 @@ uint8_t matrix_scan(void) {
}
debounce(raw_matrix, matrix, MATRIX_ROWS, changed);
- matrix_scan_quantum();
+ matrix_scan_kb();
enableInterrupts();