summaryrefslogtreecommitdiff
path: root/keyboards/helix/rev2/matrix.c
diff options
context:
space:
mode:
authorEric Bunton <stormbard@users.noreply.github.com>2019-12-07 07:17:13 -0500
committerJoel Challis <git@zvecr.com>2019-12-07 12:17:13 +0000
commit36a6e269bfff8b557a92e3c5e7a4a104d0dfe5f7 (patch)
tree034ef402f0b3b45767111450aab9dcbd5ec731c8 /keyboards/helix/rev2/matrix.c
parente8efc46e744f1a6188b2a98abf2e281f65e9f308 (diff)
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
Diffstat (limited to 'keyboards/helix/rev2/matrix.c')
-rw-r--r--keyboards/helix/rev2/matrix.c5
1 files changed, 2 insertions, 3 deletions
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();