docs: fix typo in led matrix docs (#15972)

fix_template_bootmagic
Gigahawk 3 years ago committed by GitHub
parent 94624d64ba
commit ad09160b03
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/feature_led_matrix.md

@ -333,7 +333,7 @@ Where `28` is an unused index from `eeconfig.h`.
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:
```c
void led_matrix_indicators_kb(void) {
led_matrix_set_color(index, value);
led_matrix_set_value(index, value);
}
```

Loading…
Cancel
Save