summaryrefslogtreecommitdiff
path: root/keyboard/onekey/matrix.c
diff options
context:
space:
mode:
authortmk2013-11-19 03:39:15 +0900
committertmk2013-11-19 03:39:15 +0900
commit755e4d8b00a4f9be0c50c2b005d063b94c528f8c (patch)
tree5c8f33d7204868571370774e5ddb4d5c8e6ba469 /keyboard/onekey/matrix.c
parent44d2d5f5fda3fbdf73e311067807026bb53798c0 (diff)
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)
{
debug_enable = true;
debug_matrix = true;
+ debug_mouse = true;
// initialize row and col
unselect_rows();
init_cols();