logo

qmk_firmware

custom branch of QMK firmware git clone https://anongit.hacktivis.me/git/qmk_firmware.git
commit: 9339e3c35d971c9415acff8a63b2c5e6eaa7b555
parent 5eb60827d5ba65c7f56307390a499bec75dfea8b
Author: Clocks <38189170+Doomsdayrs@users.noreply.github.com>
Date:   Sun,  5 Jan 2025 15:46:58 -0500

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.

Diffstat:

Mkeyboards/rgbkb/sol3/rev1/keyboard.json2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/keyboards/rgbkb/sol3/rev1/keyboard.json b/keyboards/rgbkb/sol3/rev1/keyboard.json @@ -153,6 +153,8 @@ "pin": "A9" }, "transport": { + "watchdog": true, + "watchdog_timeout": 20000, "sync": { "indicators": true, "layer_state": true,