Migrate rgblight.pin and RGB_DI_PIN to ws2812.pin (#20303)
This commit is contained in:
@@ -32,7 +32,6 @@
|
||||
},
|
||||
"rgblight": {
|
||||
"led_count": 12,
|
||||
"pin": "B15",
|
||||
"hue_steps": 24,
|
||||
"saturation_steps": 16,
|
||||
"brightness_steps": 16,
|
||||
@@ -49,6 +48,9 @@
|
||||
"twinkle": true
|
||||
}
|
||||
},
|
||||
"ws2812": {
|
||||
"pin": "B15"
|
||||
},
|
||||
"indicators": {
|
||||
"caps_lock": "B9",
|
||||
"scroll_lock": "F0",
|
||||
|
||||
Reference in New Issue
Block a user