mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-04-06 22:05:43 +00:00
Add watchdog service to RGBKB Sol 3 (#24786)
Due to power demands, the Sol 3 might get initially ignored or something by the attached device. The solution is the enable watchdog, which would have the keyboard repoll the system to connect again. I have been using watchdog for awhile, but given that the RGBKB developer never progressed #24279, I made this to add in the essential feature.
This commit is contained in:
parent
5eb60827d5
commit
9339e3c35d
@ -153,6 +153,8 @@
|
||||
"pin": "A9"
|
||||
},
|
||||
"transport": {
|
||||
"watchdog": true,
|
||||
"watchdog_timeout": 20000,
|
||||
"sync": {
|
||||
"indicators": true,
|
||||
"layer_state": true,
|
||||
|
Loading…
Reference in New Issue
Block a user