aboutsummaryrefslogtreecommitdiff
path: root/keyboard/onekey/matrix.c
diff options
context:
space:
mode:
authortmk <nobody@nowhere>2013-11-19 03:39:15 +0900
committertmk <nobody@nowhere>2013-11-19 03:39:15 +0900
commit755e4d8b00a4f9be0c50c2b005d063b94c528f8c (patch)
tree5c8f33d7204868571370774e5ddb4d5c8e6ba469 /keyboard/onekey/matrix.c
parent44d2d5f5fda3fbdf73e311067807026bb53798c0 (diff)
downloadqmk_firmware-755e4d8b00a4f9be0c50c2b005d063b94c528f8c.tar.gz
qmk_firmware-755e4d8b00a4f9be0c50c2b005d063b94c528f8c.zip
Add PS/2 mouse configure to onekey
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();