diff options
author | Ryan <fauxpark@gmail.com> | 2023-07-29 15:25:00 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-29 15:25:00 +1000 |
commit | 571b8bac826b12d7b837df8bf8bd8d2787f934b8 (patch) | |
tree | 90581471799c78c9b3403840ae1b52f6f8dbae62 /keyboards/input_club | |
parent | b4a7b9253a996484b10b4762f7b2fff7c9105c34 (diff) |
LED Matrix: driver naming cleanups (#21580)
Diffstat (limited to 'keyboards/input_club')
-rw-r--r-- | keyboards/input_club/ergodox_infinity/info.json | 2 | ||||
-rw-r--r-- | keyboards/input_club/whitefox/info.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/input_club/ergodox_infinity/info.json b/keyboards/input_club/ergodox_infinity/info.json index e3e0399bed..d69aeb5d0c 100644 --- a/keyboards/input_club/ergodox_infinity/info.json +++ b/keyboards/input_club/ergodox_infinity/info.json @@ -7,7 +7,7 @@ "device_version": "0.0.1" }, "led_matrix": { - "driver": "IS31FL3731" + "driver": "is31fl3731" }, "matrix_pins": { "cols": ["D1", "D4", "D5", "D6", "D7"], diff --git a/keyboards/input_club/whitefox/info.json b/keyboards/input_club/whitefox/info.json index 02dd975752..cb578e99b4 100644 --- a/keyboards/input_club/whitefox/info.json +++ b/keyboards/input_club/whitefox/info.json @@ -8,7 +8,7 @@ "device_version": "0.0.1" }, "led_matrix": { - "driver": "IS31FL3731" + "driver": "is31fl3731" }, "matrix_pins": { "cols": ["B2", "B3", "B18", "B19", "C0", "C8", "C9", "C10", "C11"], |