forked from mirrors/qmk_firmware
Fix issue with q11 where kvm would break it
The keyboard doesn't detect when it's disconnected meaning it won't come back on after a kvm switch. This fix addes a software workaround which checks every 3 seconds while the keyboard is disconnected to see if it needs to reestablish the connection.
This commit is contained in:
@@ -21,3 +21,6 @@
|
||||
|
||||
/* Enable caps-lock LED */
|
||||
#define CAPS_LOCK_LED_INDEX 23
|
||||
|
||||
/* Makes the keyboard check if it's been disconnected, attempts reconnect */
|
||||
#define SPLIT_WATCHDOG_ENABLE
|
||||
|
||||
Reference in New Issue
Block a user