diff options
| author | 2019-05-30 16:53:43 +0100 | |
|---|---|---|
| committer | 2019-05-30 17:00:21 -0700 | |
| commit | 3ef425423a9b8399b02c8240b4f56c3713f984f6 (patch) | |
| tree | 7377fad2cbecd3020ad9f579b3fb78d858003b8e /docs | |
| parent | 2f7a57a6de1af48262702eabad39c2563c02f253 (diff) | |
| download | qmk_firmware-3ef425423a9b8399b02c8240b4f56c3713f984f6.tar.gz | |
Update feature_encoders.md
Fix missing closing comment after second encoder
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/feature_encoders.md | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |