From 36a6e269bfff8b557a92e3c5e7a4a104d0dfe5f7 Mon Sep 17 00:00:00 2001 From: Eric Bunton Date: Sat, 7 Dec 2019 07:17:13 -0500 Subject: Port SPLIT_USB_DETECT to helix/rev2 (#7385) * Port SPLIT_USB_DETECT to helix/rev2 * Remove debug toggles. * Rename is_keyboard_master to has_usb in split_util --- keyboards/helix/rev2/matrix.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'keyboards/helix/rev2/matrix.c') diff --git a/keyboards/helix/rev2/matrix.c b/keyboards/helix/rev2/matrix.c index 322959dbbb..70a6cb0a5e 100644 --- a/keyboards/helix/rev2/matrix.c +++ b/keyboards/helix/rev2/matrix.c @@ -95,9 +95,8 @@ uint8_t matrix_cols(void) void matrix_init(void) { - debug_enable = true; - debug_matrix = true; - debug_mouse = true; + split_keyboard_setup(); + // initialize row and col unselect_rows(); init_cols(); -- cgit v1.2.3