~ruther/qmk_firmware

815d2bae81e43eac350d4d7ded5a9a275b920f12 — QMK Bot 3 years ago 3e52e60 + f662939
Merge remote-tracking branch 'origin/master' into develop
1 files changed, 1 insertions(+), 1 deletions(-)

M docs/feature_encoders.md
M docs/feature_encoders.md => docs/feature_encoders.md +1 -1
@@ 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: