diff options
author | Drashna Jaelre <drashna@drashna.net> | 2023-04-16 12:27:21 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-16 13:27:21 -0600 |
commit | a6842d36c66b4399caf588d2b4567f23be8f3179 (patch) | |
tree | b59506868dfdeb289adf42c62cbe8e12cef23f18 /keyboards | |
parent | 16631ebb30880b32fab1bcb2a604cee899374bbd (diff) |
[Keyboard] Update lotus58 RGB config (#20468)
Diffstat (limited to 'keyboards')
-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] |