forked from mirrors/qmk_userspace
qmk cformat
This commit is contained in:
parent
e702c7f1b4
commit
31c57aab35
9 changed files with 136 additions and 113 deletions
|
@ -264,7 +264,7 @@ bool matrix_post_scan(void) {
|
|||
// reset other half if disconnected
|
||||
for (int i = 0; i < ROWS_PER_HAND; ++i) {
|
||||
matrix[thatHand + i] = 0;
|
||||
slave_matrix[i] = 0;
|
||||
slave_matrix[i] = 0;
|
||||
}
|
||||
|
||||
changed = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue