X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=docs%2Ffeature_encoders.md;h=9ac97a9a160bfc170ea0819e8c600bd29a2d651a;hb=91b0c75045c38a9c770f7835b928b3b298a1ff8f;hp=dd12c91ce34e07a3cea177c08ccf40e389c17a35;hpb=1e1b55fbdf61c5a8b6aa8642e3743e4e193d9956;p=qmk_firmware.git diff --git a/docs/feature_encoders.md b/docs/feature_encoders.md index dd12c91ce..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 == 1) { /* Second encoder + } else if (index == 1) { /* Second encoder */ if (clockwise) { tap_code(KC_UP); } else {