diff options
| author | Albert Y <76888457+filterpaper@users.noreply.github.com> | 2022-02-11 00:16:01 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-02-10 16:16:01 +0000 |
| commit | f66293903783a4a20e7af30b3664f2a7d04eb3c2 (patch) | |
| tree | ed2bb3cdff5f64ef109c7d7200ce26ce356edc57 | |
| parent | 3e5cb1da0fc14e50283b113c521502178159c4d9 (diff) | |
| download | qmk_firmware-f66293903783a4a20e7af30b3664f2a7d04eb3c2.tar.gz qmk_firmware-f66293903783a4a20e7af30b3664f2a7d04eb3c2.zip | |
Sentence structure update (#16306)
| -rw-r--r-- | docs/feature_encoders.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/feature_encoders.md b/docs/feature_encoders.md index 37d5a7531..6a1a3750a 100644 --- a/docs/feature_encoders.md +++ b/docs/feature_encoders.md | |||
| @@ -85,7 +85,7 @@ bool encoder_update_user(uint8_t index, bool clockwise) { | |||
| 85 | } | 85 | } |
| 86 | ``` | 86 | ``` |
| 87 | 87 | ||
| 88 | !> 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. | 88 | !> 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. |
| 89 | 89 | ||
| 90 | Layer conditions can also be used with the callback function like the following: | 90 | Layer conditions can also be used with the callback function like the following: |
| 91 | 91 | ||
