Fixup zwag75 (#20923)

This commit is contained in:
jack 2023-05-13 21:31:17 +01:00 committed by GitHub
parent b09b2a862b
commit e349ca2910
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,18 +22,15 @@
"console": false, "console": false,
"command": false, "command": false,
"nkro": false, "nkro": false,
"backlight": false, "rgblight": true
"rgblight": true, },
"audio": false, "ws2812": {
"key_lock": false "pin": "B5"
}, },
"rgblight": { "rgblight": {
"pin": "B5",
"led_count": 20, "led_count": 20,
"hue_steps": 8,
"saturation_steps": 8, "saturation_steps": 8,
"brightness_steps": 8, "brightness_steps": 8,
"max_brightness": 255,
"sleep": true, "sleep": true,
"animations": { "animations": {
"alternating": true, "alternating": true,
@ -136,4 +133,4 @@
] ]
} }
} }
} }