diff --git a/docs/feature_encoders.md b/docs/feature_encoders.md index 6eab402ef..dd12c91ce 100644 --- a/docs/feature_encoders.md +++ b/docs/feature_encoders.md @@ -38,7 +38,7 @@ or `keymap.c`: } else { tap_code(KC_PGUP); } - } else if (index == 2) { + } else if (index == 1) { /* Second encoder if (clockwise) { tap_code(KC_UP); } else {