[Keyboard] Fix ws2812 pin for phantagom boards (#20670)

This commit is contained in:
Drashna Jaelre 2023-05-02 01:16:37 -07:00 committed by GitHub
parent ac6615786c
commit f973cb3ce4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 3 deletions

View file

@ -14,9 +14,11 @@
"rgblight": true,
"encoder": true,
},
"ws2812": {
"pin": "GP15"
},
"rgblight": {
"led_count": 12,
"pin": "GP15",
"animations": {
"alternating": true,
"breathing": true,

View file

@ -13,9 +13,11 @@
"nkro": true,
"rgblight": true
},
"ws2812": {
"pin": "GP28"
},
"rgblight": {
"led_count": 23,
"pin": "GP28",
"animations": {
"alternating": true,
"breathing": true,
@ -68,4 +70,4 @@
]
}
}
}
}