ARM split - detect USB to select master/slave (#6424)

* Initial split refactor to allow usb master detection

* Add split USB detect docs

* Add SPLIT_USB_DETECT demo mode limitation

* fix rebase issues

* clang-format
This commit is contained in:
Joel Challis
2019-10-12 04:25:43 +01:00
committed by Florian Didron
parent a15119dc6f
commit 80f8ad232b
3 changed files with 29 additions and 9 deletions

View File

@@ -246,9 +246,7 @@ static bool read_rows_on_col(matrix_row_t current_matrix[], uint8_t current_col)
#endif
void matrix_init(void) {
debug_enable = true;
debug_matrix = true;
debug_mouse = true;
keyboard_split_setup();
// Set pinout for right half if pinout for that half is defined
if (!isLeftHand) {