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/horrortroll/handwired_k552 | |
parent | dfb6d38f08b3912baffbca23e351dd0ad836238c (diff) |
RGB Matrix: driver naming cleanups (#21594)
Diffstat (limited to 'keyboards/horrortroll/handwired_k552')
-rw-r--r-- | keyboards/horrortroll/handwired_k552/info.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/horrortroll/handwired_k552/info.json b/keyboards/horrortroll/handwired_k552/info.json index 6bdd2ee2fc..d137a03a52 100644 --- a/keyboards/horrortroll/handwired_k552/info.json +++ b/keyboards/horrortroll/handwired_k552/info.json @@ -13,7 +13,7 @@ "pin": "C14" }, "rgb_matrix": { - "driver": "WS2812" + "driver": "ws2812" }, "matrix_pins": { "cols": ["B15", "C6", "C7", "A3", "A1", "C3", "C1", "B14", "B13", "A9", "B3", "B4", "A0", "C11", "C4", "C0", "C2"], |