Update feature_encoders.md

Fix missing closing comment after second encoder
This commit is contained in:
Elliot Powell 2019-05-30 16:53:43 +01:00 committed by Drashna Jaelre
parent 2f7a57a6de
commit 3ef425423a
1 changed files with 1 additions and 1 deletions

View File

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