From 755e4d8b00a4f9be0c50c2b005d063b94c528f8c Mon Sep 17 00:00:00 2001 From: tmk Date: Tue, 19 Nov 2013 03:39:15 +0900 Subject: Add PS/2 mouse configure to onekey --- keyboard/onekey/matrix.c | 1 + 1 file changed, 1 insertion(+) (limited to 'keyboard/onekey/matrix.c') 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(); -- cgit v1.2.3