summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClocks <38189170+Doomsdayrs@users.noreply.github.com>2025-01-05 15:46:58 -0500
committerGitHub <noreply@github.com>2025-01-05 21:46:58 +0100
commit9339e3c35d971c9415acff8a63b2c5e6eaa7b555 (patch)
tree1098c1b97e53d2bb6ef7e0cb2a03226b6664eb83
parent5eb60827d5ba65c7f56307390a499bec75dfea8b (diff)
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.
-rw-r--r--keyboards/rgbkb/sol3/rev1/keyboard.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/keyboards/rgbkb/sol3/rev1/keyboard.json b/keyboards/rgbkb/sol3/rev1/keyboard.json
index a81ea7bc21..775e3f8629 100644
--- a/keyboards/rgbkb/sol3/rev1/keyboard.json
+++ b/keyboards/rgbkb/sol3/rev1/keyboard.json
@@ -153,6 +153,8 @@
153 "pin": "A9" 153 "pin": "A9"
154 }, 154 },
155 "transport": { 155 "transport": {
156 "watchdog": true,
157 "watchdog_timeout": 20000,
156 "sync": { 158 "sync": {
157 "indicators": true, 159 "indicators": true,
158 "layer_state": true, 160 "layer_state": true,