aboutsummaryrefslogtreecommitdiff
path: root/keyboard/onekey/matrix.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboard/onekey/matrix.c')
-rw-r--r--keyboard/onekey/matrix.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/keyboard/onekey/matrix.c b/keyboard/onekey/matrix.c
index cd0789c60..a0a14ff82 100644
--- a/keyboard/onekey/matrix.c
+++ b/keyboard/onekey/matrix.c
@@ -59,6 +59,7 @@ void matrix_init(void)
59{ 59{
60 debug_enable = true; 60 debug_enable = true;
61 debug_matrix = true; 61 debug_matrix = true;
62 debug_mouse = true;
62 // initialize row and col 63 // initialize row and col
63 unselect_rows(); 64 unselect_rows();
64 init_cols(); 65 init_cols();