Migrate rgblight.pin
and RGB_DI_PIN
to ws2812.pin
(#20303)
This commit is contained in:
@@ -11,7 +11,6 @@
|
||||
"diode_direction": "ROW2COL",
|
||||
"rgblight": {
|
||||
"led_count": 16,
|
||||
"pin": "D2",
|
||||
"animations": {
|
||||
"alternating": true,
|
||||
"breathing": true,
|
||||
@@ -25,6 +24,9 @@
|
||||
"twinkle": true
|
||||
}
|
||||
},
|
||||
"ws2812": {
|
||||
"pin": "D2"
|
||||
},
|
||||
"layouts": {
|
||||
"LAYOUT": {
|
||||
"layout": [
|
||||
|
@@ -16,7 +16,6 @@
|
||||
"diode_direction": "COL2ROW",
|
||||
"rgblight": {
|
||||
"led_count": 8,
|
||||
"pin": "B6",
|
||||
"animations": {
|
||||
"rainbow_swirl": true
|
||||
},
|
||||
@@ -24,6 +23,9 @@
|
||||
"saturation_steps": 8,
|
||||
"brightness_steps": 8
|
||||
},
|
||||
"ws2812": {
|
||||
"pin": "B6"
|
||||
},
|
||||
"layouts": {
|
||||
"LAYOUT": {
|
||||
"layout": [
|
||||
|
@@ -11,7 +11,6 @@
|
||||
"diode_direction": "ROW2COL",
|
||||
"rgblight": {
|
||||
"led_count": 16,
|
||||
"pin": "D2",
|
||||
"animations": {
|
||||
"alternating": true,
|
||||
"breathing": true,
|
||||
@@ -25,6 +24,9 @@
|
||||
"twinkle": true
|
||||
}
|
||||
},
|
||||
"ws2812": {
|
||||
"pin": "D2"
|
||||
},
|
||||
"layouts": {
|
||||
"LAYOUT": {
|
||||
"layout": [
|
||||
|
Reference in New Issue
Block a user