X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=docs%2Ffeature_encoders.md;h=9ac97a9a160bfc170ea0819e8c600bd29a2d651a;hb=3538955778c253e68779605cc67c27e15d195729;hp=6eab402ef94f846a03943d46db974481514aa217;hpb=0306e487e2cd6a77ad840d0a441b478747b7ccd0;p=qmk_firmware.git diff --git a/docs/feature_encoders.md b/docs/feature_encoders.md index 6eab402ef..9ac97a9a1 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 {