forked from mirrors/qmk_userspace
Terrazzo: Fix wrong LED Matrix function names (#12561)
This commit is contained in:
parent
ce99f98bb5
commit
a28fbcda23
9 changed files with 12 additions and 12 deletions
|
@ -79,7 +79,7 @@ Custom layer effects can be done by defining this in your `<keyboard>.c`:
|
|||
|
||||
```c
|
||||
void led_matrix_indicators_kb(void) {
|
||||
led_matrix_set_index_value(index, value);
|
||||
led_matrix_set_value(index, value);
|
||||
}
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue