Update feature_encoders.md

Fix missing closing comment after second encoder
master
Elliot Powell 5 years ago committed by Drashna Jaelre
parent 2f7a57a6de
commit 3ef425423a

@ -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 {

Loading…
Cancel
Save