Update feature_encoders.md Fix missing closing comment after second encoder
1 files changed, 1 insertions(+), 1 deletions(-) M docs/feature_encoders.md
M docs/feature_encoders.md => docs/feature_encoders.md +1 -1
@@ 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 {