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/doio | |
| parent | dfb6d38f08b3912baffbca23e351dd0ad836238c (diff) | |
RGB Matrix: driver naming cleanups (#21594)
Diffstat (limited to 'keyboards/doio')
| -rw-r--r-- | keyboards/doio/kb16/rev1/info.json | 2 | ||||
| -rw-r--r-- | keyboards/doio/kb16/rev2/info.json | 2 | ||||
| -rw-r--r-- | keyboards/doio/kb30/info.json | 2 | ||||
| -rw-r--r-- | keyboards/doio/kb38/info.json | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/keyboards/doio/kb16/rev1/info.json b/keyboards/doio/kb16/rev1/info.json index 4d2852fe05..bcf2c2eb0e 100644 --- a/keyboards/doio/kb16/rev1/info.json +++ b/keyboards/doio/kb16/rev1/info.json | |||
| @@ -10,7 +10,7 @@ | |||
| 10 | "force_nkro": true | 10 | "force_nkro": true |
| 11 | }, | 11 | }, |
| 12 | "rgb_matrix": { | 12 | "rgb_matrix": { |
| 13 | "driver": "WS2812" | 13 | "driver": "ws2812" |
| 14 | }, | 14 | }, |
| 15 | "matrix_pins": { | 15 | "matrix_pins": { |
| 16 | "cols": ["F5", "F4", "F1", "F0", "B7"], | 16 | "cols": ["F5", "F4", "F1", "F0", "B7"], |
diff --git a/keyboards/doio/kb16/rev2/info.json b/keyboards/doio/kb16/rev2/info.json index 1e83ca77cc..c3cf6b9a12 100644 --- a/keyboards/doio/kb16/rev2/info.json +++ b/keyboards/doio/kb16/rev2/info.json | |||
| @@ -10,7 +10,7 @@ | |||
| 10 | "force_nkro": true | 10 | "force_nkro": true |
| 11 | }, | 11 | }, |
| 12 | "rgb_matrix": { | 12 | "rgb_matrix": { |
| 13 | "driver": "WS2812" | 13 | "driver": "ws2812" |
| 14 | }, | 14 | }, |
| 15 | "matrix_pins": { | 15 | "matrix_pins": { |
| 16 | "cols": ["B14", "B13", "B12", "B0", "A7"], | 16 | "cols": ["B14", "B13", "B12", "B0", "A7"], |
diff --git a/keyboards/doio/kb30/info.json b/keyboards/doio/kb30/info.json index 71a300b9cd..cd3c772994 100644 --- a/keyboards/doio/kb30/info.json +++ b/keyboards/doio/kb30/info.json | |||
| @@ -9,7 +9,7 @@ | |||
| 9 | "device_version": "0.0.1" | 9 | "device_version": "0.0.1" |
| 10 | }, | 10 | }, |
| 11 | "rgb_matrix": { | 11 | "rgb_matrix": { |
| 12 | "driver": "WS2812" | 12 | "driver": "ws2812" |
| 13 | }, | 13 | }, |
| 14 | "matrix_pins": { | 14 | "matrix_pins": { |
| 15 | "cols": ["B14", "B13", "B12", "B0", "A7", "A9", "A8"], | 15 | "cols": ["B14", "B13", "B12", "B0", "A7", "A9", "A8"], |
diff --git a/keyboards/doio/kb38/info.json b/keyboards/doio/kb38/info.json index a0bbbae894..95d3be13d3 100644 --- a/keyboards/doio/kb38/info.json +++ b/keyboards/doio/kb38/info.json | |||
| @@ -36,7 +36,7 @@ | |||
| 36 | "pin": "F6" | 36 | "pin": "F6" |
| 37 | }, | 37 | }, |
| 38 | "rgb_matrix": { | 38 | "rgb_matrix": { |
| 39 | "driver": "WS2812", | 39 | "driver": "ws2812", |
| 40 | "layout": [ | 40 | "layout": [ |
| 41 | {"flags": 4, "matrix": [0, 0], "x": 0, "y": 0}, | 41 | {"flags": 4, "matrix": [0, 0], "x": 0, "y": 0}, |
| 42 | {"flags": 4, "matrix": [0, 1], "x": 62.2, "y": 0}, | 42 | {"flags": 4, "matrix": [0, 1], "x": 62.2, "y": 0}, |
