diff options
author | Drashna Jaelre <drashna@drashna.net> | 2023-05-02 01:16:37 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-02 18:16:37 +1000 |
commit | f973cb3ce45578e83f11a16e99db93ac17e86843 (patch) | |
tree | 330c5d44700e30cb091d4691738477acd1d03a65 | |
parent | ac6615786cce091c6a3831c5d2185f4042131840 (diff) |
[Keyboard] Fix ws2812 pin for phantagom boards (#20670)
-rw-r--r-- | keyboards/handwired/phantagom/baragon/info.json | 4 | ||||
-rw-r--r-- | keyboards/handwired/phantagom/varan/info.json | 6 |
2 files changed, 7 insertions, 3 deletions
diff --git a/keyboards/handwired/phantagom/baragon/info.json b/keyboards/handwired/phantagom/baragon/info.json index 47132a094e..ac5de708b3 100644 --- a/keyboards/handwired/phantagom/baragon/info.json +++ b/keyboards/handwired/phantagom/baragon/info.json @@ -14,9 +14,11 @@ "rgblight": true, "encoder": true, }, + "ws2812": { + "pin": "GP15" + }, "rgblight": { "led_count": 12, - "pin": "GP15", "animations": { "alternating": true, "breathing": true, diff --git a/keyboards/handwired/phantagom/varan/info.json b/keyboards/handwired/phantagom/varan/info.json index 5c5882f25f..05a296e3a7 100644 --- a/keyboards/handwired/phantagom/varan/info.json +++ b/keyboards/handwired/phantagom/varan/info.json @@ -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 @@ ] } } -}
\ No newline at end of file +} |