Fix style/redundant declaration of defaults in keyboard.json

Co-authored-by: jack <jack@pngu.org>
This commit is contained in:
leyew 2025-03-29 20:57:43 +08:00 committed by GitHub
parent 70d8a31cc7
commit bc23e86153
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -20,7 +20,6 @@
"processor": "RP2040", "processor": "RP2040",
"rgblight": { "rgblight": {
"animations": { "animations": {
"static_light": true,
"alternating": true, "alternating": true,
"breathing": true, "breathing": true,
"christmas": true, "christmas": true,
@ -34,11 +33,11 @@
"default": { "default": {
"val": 8, "val": 8,
"hue": 210, "hue": 210,
"sat": 100, "sat": 100
}, },
"driver": "ws2812", "driver": "ws2812",
"led_count": 16, "led_count": 16,
"sleep": true, "sleep": true
}, },
"usb": { "usb": {
"device_version": "0.0.1", "device_version": "0.0.1",