diff options
author | QMK Bot <hello@qmk.fm> | 2022-02-10 16:17:00 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-02-10 16:17:00 +0000 |
commit | 815d2bae81e43eac350d4d7ded5a9a275b920f12 (patch) | |
tree | f025f34e9e94b1969b973f3a3df37db8fb1323bd /docs | |
parent | 3e52e60595d2dde35d0322cf4bdf7e1705b7afb5 (diff) | |
parent | f66293903783a4a20e7af30b3664f2a7d04eb3c2 (diff) | |
download | qmk_firmware-815d2bae81e43eac350d4d7ded5a9a275b920f12.tar.gz qmk_firmware-815d2bae81e43eac350d4d7ded5a9a275b920f12.zip |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'docs')
-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: |