Skip to content

Commit

Permalink
[Keyboard] Fix ws2812 pin for phantagom boards (#20670)
Browse files Browse the repository at this point in the history
  • Loading branch information
drashna authored May 2, 2023
1 parent ac66157 commit f973cb3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 3 additions & 1 deletion keyboards/handwired/phantagom/baragon/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,11 @@
"rgblight": true,
"encoder": true,
},
"ws2812": {
"pin": "GP15"
},
"rgblight": {
"led_count": 12,
"pin": "GP15",
"animations": {
"alternating": true,
"breathing": true,
Expand Down
6 changes: 4 additions & 2 deletions keyboards/handwired/phantagom/varan/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,11 @@
"nkro": true,
"rgblight": true
},
"ws2812": {
"pin": "GP28"
},
"rgblight": {
"led_count": 23,
"pin": "GP28",
"animations": {
"alternating": true,
"breathing": true,
Expand Down Expand Up @@ -68,4 +70,4 @@
]
}
}
}
}

0 comments on commit f973cb3

Please sign in to comment.