X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=docs%2Ffeature_encoders.md;h=9ac97a9a160bfc170ea0819e8c600bd29a2d651a;hb=2a231457bd494079c36cf3e07c9b887016adb491;hp=6eab402ef94f846a03943d46db974481514aa217;hpb=d977daa8dc9136746425f9e1414e1f93cb161877;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 {