1
0
Fork 0

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
This commit is contained in:
Eric Bunton 2019-12-07 07:17:13 -05:00 committed by Joel Challis
parent e8efc46e74
commit 36a6e269bf
2 changed files with 60 additions and 25 deletions

View file

@ -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();