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) |
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 37d5a75311..6a1a3750a6 100644 --- a/docs/feature_encoders.md +++ b/docs/feature_encoders.md @@ -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: |