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:
2023-09-15 08:59:57 -04:00
parent 4bcbb77be9
commit a4d10749bb

View File

@@ -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