diff options
author | Ryan <fauxpark@gmail.com> | 2023-08-23 10:00:03 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-23 01:00:03 +0100 |
commit | 37bc9499453f95e4e835faa751dbfffff9bfd644 (patch) | |
tree | df976fa0c137564ace2a48caca69ea58e2ba6468 /keyboards/handwired/colorlice | |
parent | dfb6d38f08b3912baffbca23e351dd0ad836238c (diff) |
RGB Matrix: driver naming cleanups (#21594)
Diffstat (limited to 'keyboards/handwired/colorlice')
-rw-r--r-- | keyboards/handwired/colorlice/info.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/handwired/colorlice/info.json b/keyboards/handwired/colorlice/info.json index 0cba448703..0f8383a2aa 100644 --- a/keyboards/handwired/colorlice/info.json +++ b/keyboards/handwired/colorlice/info.json @@ -12,7 +12,7 @@ "pin": "B1" }, "rgb_matrix": { - "driver": "WS2812" + "driver": "ws2812" }, "matrix_pins": { "cols": ["F0", "F1", "F4", "F5", "F6", "F7", "C7", "B6", "B5", "B4", "D7", "D6", "D4", "E6", "B0", "B3"], |