LED Matrix: driver naming cleanups (#21580)

This commit is contained in:
Ryan 2023-07-29 15:25:00 +10:00 committed by GitHub
parent b4a7b9253a
commit 571b8bac82
Failed to generate hash of commit
19 changed files with 186 additions and 186 deletions

View file

@ -12,7 +12,7 @@ There is basic support for addressable LED matrix lighting with the I2C IS31FL37
```make
LED_MATRIX_ENABLE = yes
LED_MATRIX_DRIVER = IS31FL3731
LED_MATRIX_DRIVER = is31fl3731
```
You can use between 1 and 4 IS31FL3731 IC's. Do not specify `LED_DRIVER_ADDR_<N>` defines for IC's that are not present on your keyboard. You can define the following items in `config.h`: