diff options
| author | U-LANDSRAAD\drashna <drashna@live.com> | 2018-03-23 16:49:27 -0700 |
|---|---|---|
| committer | Jack Humbert <jack.humb@gmail.com> | 2018-03-24 12:49:56 -0400 |
| commit | d965d72d4aff78b9a18c7d723c15df99ab989762 (patch) | |
| tree | 544d3c5d1e28f99ff8b3d7fc7a26d0878fb35222 /docs/custom_quantum_functions.md | |
| parent | 70cf46d4f17fe221a4f11322cb083a4a6f64e980 (diff) | |
| download | qmk_firmware-d965d72d4aff78b9a18c7d723c15df99ab989762.tar.gz qmk_firmware-d965d72d4aff78b9a18c7d723c15df99ab989762.zip | |
Fix custom functions documation for layer_state_set*
Diffstat (limited to 'docs/custom_quantum_functions.md')
| -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 984787331..6d741b6cb 100644 --- a/docs/custom_quantum_functions.md +++ b/docs/custom_quantum_functions.md | |||
| @@ -207,7 +207,7 @@ uint32_t layer_state_set_user(uint32_t state) { | |||
| 207 | return state; | 207 | return state; |
| 208 | } | 208 | } |
| 209 | ``` | 209 | ``` |
| 210 | ### `matrix_init_*` Function Documentation | 210 | ### `layer_state_set_*` Function Documentation |
| 211 | 211 | ||
| 212 | * Keyboard/Revision: `void uint32_t layer_state_set_kb(uint32_t state)` | 212 | * Keyboard/Revision: `void uint32_t layer_state_set_kb(uint32_t state)` |
| 213 | * Keymap: `uint32_t layer_state_set_user(uint32_t state)` | 213 | * Keymap: `uint32_t layer_state_set_user(uint32_t state)` |
