diff options
author | tmk <nobody@nowhere> | 2013-11-19 03:39:15 +0900 |
---|---|---|
committer | tmk <nobody@nowhere> | 2013-11-19 03:39:15 +0900 |
commit | 755e4d8b00a4f9be0c50c2b005d063b94c528f8c (patch) | |
tree | 5c8f33d7204868571370774e5ddb4d5c8e6ba469 /keyboard/onekey/matrix.c | |
parent | 44d2d5f5fda3fbdf73e311067807026bb53798c0 (diff) |
Add PS/2 mouse configure to onekey
Diffstat (limited to 'keyboard/onekey/matrix.c')
-rw-r--r-- | keyboard/onekey/matrix.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/keyboard/onekey/matrix.c b/keyboard/onekey/matrix.c index cd0789c60f..a0a14ff821 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(); |