Skip to content

Commit

Permalink
Fix keyboards with old RGB driver names (qmk#21815)
Browse files Browse the repository at this point in the history
  • Loading branch information
fauxpark committed Aug 23, 2023
1 parent 37bc949 commit 9bb8230
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion keyboards/controllerworks/city42/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"splash": true,
"typing_heatmap": true
},
"driver": "WS2812",
"driver": "ws2812",
"layout": [
{"matrix": [0, 5], "x": 80, "y": 17, "flags": 4},
{"matrix": [0, 4], "x": 66, "y": 11, "flags": 4},
Expand Down
2 changes: 1 addition & 1 deletion keyboards/drop/alt/v2/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
}
},
"rgb_matrix": {
"driver": "IS31FL3733",
"driver": "is31fl3733",
"animations": {
"alphas_mods": true,
"gradient_up_down": true,
Expand Down
2 changes: 1 addition & 1 deletion keyboards/drop/ctrl/v2/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
}
},
"rgb_matrix": {
"driver": "IS31FL3733",
"driver": "is31fl3733",
"animations": {
"alphas_mods": true,
"gradient_up_down": true,
Expand Down
2 changes: 1 addition & 1 deletion keyboards/drop/shift/v2/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@
}
},
"rgb_matrix": {
"driver": "IS31FL3733",
"driver": "is31fl3733",
"animations": {
"alphas_mods": true,
"gradient_up_down": true,
Expand Down
2 changes: 1 addition & 1 deletion keyboards/inland/mk47/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"rows": ["C6", "C7", "C8", "C9"]
},
"rgb_matrix": {
"driver": "IS31FL3733",
"driver": "is31fl3733",
"max_brightness": 200,
"animations": {
"breathing": true,
Expand Down
2 changes: 1 addition & 1 deletion keyboards/keebio/nyquistpad/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
}
},
"rgb_matrix": {
"driver": "WS2812",
"driver": "ws2812",
"animations": {
"alphas_mods": true,
"gradient_up_down": true,
Expand Down
2 changes: 1 addition & 1 deletion keyboards/linworks/fave60a/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 },
Expand Down
2 changes: 1 addition & 1 deletion keyboards/linworks/favepada/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"solid_splash": true,
"solid_multisplash": true
},
"driver": "WS2812",
"driver": "ws2812",
"layout": [
{ "flags": 1, "matrix": [5, 2], "x": 149, "y": 59 },
{ "flags": 1, "matrix": [5, 0], "x": 0, "y": 59 },
Expand Down
2 changes: 1 addition & 1 deletion keyboards/monsgeek/m1/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
]
},
"rgb_matrix": {
"driver": "IS31FL3733",
"driver": "is31fl3733",
"max_brightness": 200,
"val_steps": 20,
"animations": {
Expand Down
2 changes: 1 addition & 1 deletion keyboards/pangorin/tan67/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"pin": "B15"
},
"rgb_matrix": {
"driver": "WS2812",
"driver": "ws2812",
"max_brightness": 200,
"animations": {
"alphas_mods": true,
Expand Down
2 changes: 1 addition & 1 deletion keyboards/projectd/65/projectd_65_ansi/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"solid_multisplash": true
},
"center_point": [76, 25],
"driver": "AW20216",
"driver": "aw20216",
"layout": [
{ "flags": 4, "matrix": [1, 3], "x": 0, "y": 0 },
{ "flags": 4, "matrix": [1, 7], "x": 10, "y": 0 },
Expand Down

0 comments on commit 9bb8230

Please sign in to comment.