mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-27 19:41:16 +00:00
Fix style/redundant declaration of defaults in keyboard.json
Co-authored-by: jack <jack@pngu.org>
This commit is contained in:
parent
70d8a31cc7
commit
bc23e86153
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user