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/monsgeek/m1 | |
parent | 37bc9499453f95e4e835faa751dbfffff9bfd644 (diff) |
Fix keyboards with old RGB driver names (#21815)
Diffstat (limited to 'keyboards/monsgeek/m1')
-rw-r--r-- | keyboards/monsgeek/m1/info.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/monsgeek/m1/info.json b/keyboards/monsgeek/m1/info.json index 17d028fb56..5e772f81f6 100644 --- a/keyboards/monsgeek/m1/info.json +++ b/keyboards/monsgeek/m1/info.json @@ -32,7 +32,7 @@ ] }, "rgb_matrix": { - "driver": "IS31FL3733", + "driver": "is31fl3733", "max_brightness": 200, "val_steps": 20, "animations": { |