Skip to content

Commit

Permalink
Add watchdog service to RGBKB Sol 3 (#24786)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Doomsdayrs authored Jan 5, 2025
1 parent 5eb6082 commit 9339e3c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions keyboards/rgbkb/sol3/rev1/keyboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,8 @@
"pin": "A9"
},
"transport": {
"watchdog": true,
"watchdog_timeout": 20000,
"sync": {
"indicators": true,
"layer_state": true,
Expand Down

0 comments on commit 9339e3c

Please sign in to comment.