diff options
Diffstat (limited to 'keyboards/tweetydabird')
-rw-r--r-- | keyboards/tweetydabird/lotus58/info.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/keyboards/tweetydabird/lotus58/info.json b/keyboards/tweetydabird/lotus58/info.json index 654fdd9a4c..6cec047a2e 100644 --- a/keyboards/tweetydabird/lotus58/info.json +++ b/keyboards/tweetydabird/lotus58/info.json @@ -33,11 +33,13 @@ "processor": "atmega32u4", "rgblight": { "led_count": 70, - "pin": "D3", "split": true, "split_count": [35, 35], "sleep": true }, + "ws2812": { + "pin": "D3" + }, "split": { "bootmagic": { "matrix": [5, 0] |