forked from mirrors/qmk_firmware
Fix custom functions documation for layer_state_set*
This commit is contained in:
parent
70cf46d4f1
commit
d965d72d4a
1 changed files with 1 additions and 1 deletions
|
@ -207,7 +207,7 @@ uint32_t layer_state_set_user(uint32_t state) {
|
||||||
return state;
|
return state;
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
### `matrix_init_*` Function Documentation
|
### `layer_state_set_*` Function Documentation
|
||||||
|
|
||||||
* Keyboard/Revision: `void uint32_t layer_state_set_kb(uint32_t state)`
|
* Keyboard/Revision: `void uint32_t layer_state_set_kb(uint32_t state)`
|
||||||
* Keymap: `uint32_t layer_state_set_user(uint32_t state)`
|
* Keymap: `uint32_t layer_state_set_user(uint32_t state)`
|
||||||
|
|
Loading…
Reference in a new issue