Skip to content

Commit

Permalink
Sentence structure update (qmk#16306)
Browse files Browse the repository at this point in the history
  • Loading branch information
filterpaper committed Feb 10, 2022
1 parent 3e5cb1d commit f662939
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/feature_encoders.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit f662939

Please sign in to comment.