summaryrefslogtreecommitdiff
path: root/keyboards/gboards/georgi/matrix.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/gboards/georgi/matrix.c')
-rw-r--r--keyboards/gboards/georgi/matrix.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/gboards/georgi/matrix.c b/keyboards/gboards/georgi/matrix.c
index 24bb2d7acf..5ac696fd31 100644
--- a/keyboards/gboards/georgi/matrix.c
+++ b/keyboards/gboards/georgi/matrix.c
@@ -133,7 +133,7 @@ void matrix_init(void)
}
}
- matrix_init_quantum();
+ matrix_init_kb();
}
void matrix_power_up(void) {
@@ -209,7 +209,7 @@ uint8_t matrix_scan(void)
unselect_rows();
}
- matrix_scan_quantum();
+ matrix_scan_kb();
#ifdef DEBUG_MATRIX
for (uint8_t c = 0; c < MATRIX_COLS; c++)