summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2024-01-04 17:05:37 +1100
committerGitHub <noreply@github.com>2024-01-04 06:05:37 +0000
commit597de0e29841aa6c738eb40454620bc30d44099a (patch)
tree90a7e2d7c6732e58199c1e17850b4c55fbf8617b /docs
parent1bd9b9204d233ee48c5a3f39d70cbc93b084cb19 (diff)
LED drivers: rename "simple" to "mono" (#22814)
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 9b23ce8884..080a693d18 100644
--- a/docs/feature_led_matrix.md
+++ b/docs/feature_led_matrix.md
@@ -65,7 +65,7 @@ const is31fl3731_led_t PROGMEM g_is31fl3731_leds[IS31FL3731_LED_COUNT] = {
}
```
-Where `Cx_y` is the location of the LED in the matrix defined by [the datasheet](https://www.issi.com/WW/pdf/31FL3731.pdf) and the header file `drivers/led/issi/is31fl3731-simple.h`. The `driver` is the index of the driver you defined in your `config.h` (`0`, `1`, `2`, or `3` ).
+Where `Cx_y` is the location of the LED in the matrix defined by [the datasheet](https://www.issi.com/WW/pdf/31FL3731.pdf) and the header file `drivers/led/issi/is31fl3731-mono.h`. The `driver` is the index of the driver you defined in your `config.h` (`0`, `1`, `2`, or `3` ).
---
### IS31FLCOMMON :id=is31flcommon