diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/custom_quantum_functions.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/custom_quantum_functions.md b/docs/custom_quantum_functions.md index cc84e141f..f291fc2d2 100644 --- a/docs/custom_quantum_functions.md +++ b/docs/custom_quantum_functions.md | |||
| @@ -321,7 +321,7 @@ uint32_t layer_state_set_user(uint32_t state) { | |||
| 321 | ``` | 321 | ``` |
| 322 | ### `layer_state_set_*` Function Documentation | 322 | ### `layer_state_set_*` Function Documentation |
| 323 | 323 | ||
| 324 | * Keyboard/Revision: `void uint32_t layer_state_set_kb(uint32_t state)` | 324 | * Keyboard/Revision: `uint32_t layer_state_set_kb(uint32_t state)` |
| 325 | * Keymap: `uint32_t layer_state_set_user(uint32_t state)` | 325 | * Keymap: `uint32_t layer_state_set_user(uint32_t state)` |
| 326 | 326 | ||
| 327 | The `state` is the bitmask of the active layers, as explained in the [Keymap Overview](keymap.md#keymap-layer-status) | 327 | The `state` is the bitmask of the active layers, as explained in the [Keymap Overview](keymap.md#keymap-layer-status) |
