summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2023-07-29 15:25:00 +1000
committerGitHub <noreply@github.com>2023-07-29 15:25:00 +1000
commit571b8bac826b12d7b837df8bf8bd8d2787f934b8 (patch)
tree90581471799c78c9b3403840ae1b52f6f8dbae62 /docs
parentb4a7b9253a996484b10b4762f7b2fff7c9105c34 (diff)
LED Matrix: driver naming cleanups (#21580)
Diffstat (limited to 'docs')
-rw-r--r--docs/feature_led_matrix.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/feature_led_matrix.md b/docs/feature_led_matrix.md
index bcb03d3e45..dcb87f954c 100644
--- a/docs/feature_led_matrix.md
+++ b/docs/feature_led_matrix.md
@@ -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`: