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