diff options
author | Ryan <fauxpark@gmail.com> | 2023-08-23 11:49:02 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-23 02:49:02 +0100 |
commit | 9bb823038b080bd510cd1fa9286dc701cc35953d (patch) | |
tree | e2d428cc6efb4fc499a453e73111485a9ae845e9 /keyboards/linworks/fave60a | |
parent | 37bc9499453f95e4e835faa751dbfffff9bfd644 (diff) |
Fix keyboards with old RGB driver names (#21815)
Diffstat (limited to 'keyboards/linworks/fave60a')
-rw-r--r-- | keyboards/linworks/fave60a/info.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/linworks/fave60a/info.json b/keyboards/linworks/fave60a/info.json index a0dd31e8c3..b7753c2fce 100644 --- a/keyboards/linworks/fave60a/info.json +++ b/keyboards/linworks/fave60a/info.json @@ -20,7 +20,7 @@ "pin": "A10" }, "rgb_matrix": { - "driver": "WS2812", + "driver": "ws2812", "layout": [ { "flags": 4, "matrix": [4, 13], "x": 208, "y": 64 }, { "flags": 4, "matrix": [4, 12], "x": 192, "y": 64 }, |