aboutsummaryrefslogtreecommitdiff
path: root/docs/feature_encoders.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/feature_encoders.md')
-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 4a0ae60c3..7799b78d6 100644
--- a/docs/feature_encoders.md
+++ b/docs/feature_encoders.md
@@ -61,7 +61,7 @@ void encoder_update_user(uint8_t index, bool clockwise) {
61 } else { 61 } else {
62 tap_code(KC_PGUP); 62 tap_code(KC_PGUP);
63 } 63 }
64 } else if (index == 1) { /* Second encoder */ 64 } else if (index == 1) { /* Second encoder */
65 if (clockwise) { 65 if (clockwise) {
66 tap_code(KC_DOWN); 66 tap_code(KC_DOWN);
67 } else { 67 } else {