mirror of
https://github.com/openstenoproject/qmk
synced 2024-11-10 02:30:07 +00:00
Sentence structure update (#16306)
This commit is contained in:
parent
3e5cb1da0f
commit
f662939037
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ bool encoder_update_user(uint8_t index, bool clockwise) {
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
!> If you return `true`, this will allow the keyboard level code to run, as well. Returning `false` will override the keyboard level code. Depending on how the keyboard level function is set up.
|
!> If you return `true`, it will allow the keyboard level code to run as well. Returning `false` will override the keyboard level code, depending on how the keyboard function is set up.
|
||||||
|
|
||||||
Layer conditions can also be used with the callback function like the following:
|
Layer conditions can also be used with the callback function like the following:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue