Skip to content

Commit

Permalink
Update feature_encoders.md
Browse files Browse the repository at this point in the history
Fix missing closing comment after second encoder
  • Loading branch information
e11i0t23 authored and drashna committed May 31, 2019
1 parent 2f7a57a commit 3ef4254
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/feature_encoders.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 3ef4254

Please sign in to comment.