diff options
| author | Elliot Powell | 2019-05-30 17:53:43 +0200 |
|---|---|---|
| committer | Drashna Jaelre | 2019-05-31 02:00:21 +0200 |
| commit | 3ef425423a9b8399b02c8240b4f56c3713f984f6 (patch) | |
| tree | 7377fad2cbecd3020ad9f579b3fb78d858003b8e /docs | |
| parent | 2f7a57a6de1af48262702eabad39c2563c02f253 (diff) | |
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 dd12c91ce3..9ac97a9a16 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 { |