[Keyboard] Fix ws2812 pin for phantagom boards (#20670)
parent
ac6615786c
commit
f973cb3ce4
|
@ -14,9 +14,11 @@
|
||||||
"rgblight": true,
|
"rgblight": true,
|
||||||
"encoder": true,
|
"encoder": true,
|
||||||
},
|
},
|
||||||
|
"ws2812": {
|
||||||
|
"pin": "GP15"
|
||||||
|
},
|
||||||
"rgblight": {
|
"rgblight": {
|
||||||
"led_count": 12,
|
"led_count": 12,
|
||||||
"pin": "GP15",
|
|
||||||
"animations": {
|
"animations": {
|
||||||
"alternating": true,
|
"alternating": true,
|
||||||
"breathing": true,
|
"breathing": true,
|
||||||
|
|
|
@ -13,9 +13,11 @@
|
||||||
"nkro": true,
|
"nkro": true,
|
||||||
"rgblight": true
|
"rgblight": true
|
||||||
},
|
},
|
||||||
|
"ws2812": {
|
||||||
|
"pin": "GP28"
|
||||||
|
},
|
||||||
"rgblight": {
|
"rgblight": {
|
||||||
"led_count": 23,
|
"led_count": 23,
|
||||||
"pin": "GP28",
|
|
||||||
"animations": {
|
"animations": {
|
||||||
"alternating": true,
|
"alternating": true,
|
||||||
"breathing": true,
|
"breathing": true,
|
||||||
|
@ -68,4 +70,4 @@
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue