mirror of
https://github.com/openstenoproject/qmk
synced 2024-11-12 19:44:43 +00:00
Update matrix.c
This commit is contained in:
parent
ebb46694e5
commit
732a7f2be9
1 changed files with 1 additions and 1 deletions
|
@ -211,7 +211,7 @@ uint8_t matrix_scan(void)
|
|||
#endif
|
||||
// turn on the indicator led when halves are disconnected
|
||||
TXLED1;
|
||||
|
||||
|
||||
error_count++;
|
||||
|
||||
if (error_count > ERROR_DISCONNECT_COUNT) {
|
||||
|
|
Loading…
Reference in a new issue