~ruther/qmk_firmware

4c62c7bd6ed41966467985bc22b6b07350ff3991 — lf 6 years ago a8a9a20
[Docs] Fix function signature (layer_state_set_*) (#5313)

`void uint32_t` is not a return type.
1 files changed, 1 insertions(+), 1 deletions(-)

M docs/custom_quantum_functions.md
M docs/custom_quantum_functions.md => docs/custom_quantum_functions.md +1 -1
@@ 321,7 321,7 @@ uint32_t layer_state_set_user(uint32_t state) {
```
### `layer_state_set_*` Function Documentation

* Keyboard/Revision: `void uint32_t layer_state_set_kb(uint32_t state)`
* Keyboard/Revision: `uint32_t layer_state_set_kb(uint32_t state)`
* Keymap: `uint32_t layer_state_set_user(uint32_t state)`

The `state` is the bitmask of the active layers, as explained in the [Keymap Overview](keymap.md#keymap-layer-status)