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",
|
"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",
|
||||||
|
Loading…
Reference in New Issue
Block a user