diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/feature_led_matrix.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/feature_led_matrix.md b/docs/feature_led_matrix.md index dfd63503f..37f38cc6e 100644 --- a/docs/feature_led_matrix.md +++ b/docs/feature_led_matrix.md | |||
| @@ -333,7 +333,7 @@ Where `28` is an unused index from `eeconfig.h`. | |||
| 333 | If you want to set custom indicators, such as an LED for Caps Lock, or layer indication, you can use the `led_matrix_indicators_kb` or `led_matrix_indicators_user` function for that: | 333 | If you want to set custom indicators, such as an LED for Caps Lock, or layer indication, you can use the `led_matrix_indicators_kb` or `led_matrix_indicators_user` function for that: |
| 334 | ```c | 334 | ```c |
| 335 | void led_matrix_indicators_kb(void) { | 335 | void led_matrix_indicators_kb(void) { |
| 336 | led_matrix_set_color(index, value); | 336 | led_matrix_set_value(index, value); |
| 337 | } | 337 | } |
| 338 | ``` | 338 | ``` |
| 339 | 339 | ||
