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",
"rgblight": {
"animations": {
"static_light": true,
"alternating": true,
"breathing": true,
"christmas": true,
@ -34,11 +33,11 @@
"default": {
"val": 8,
"hue": 210,
"sat": 100,
"sat": 100
},
"driver": "ws2812",
"led_count": 16,
"sleep": true,
"sleep": true
},
"usb": {
"device_version": "0.0.1",