aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/feature_encoders.md2
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
90Layer conditions can also be used with the callback function like the following: 90Layer conditions can also be used with the callback function like the following:
91 91