~ruther/qmk_firmware

f66293903783a4a20e7af30b3664f2a7d04eb3c2 — Albert Y 3 years ago 3e5cb1d
Sentence structure update (#16306)

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: