diff options
Diffstat (limited to 'docs/ja/feature_encoders.md')
-rw-r--r-- | docs/ja/feature_encoders.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ja/feature_encoders.md b/docs/ja/feature_encoders.md index 0e35e7dc8..7f8922652 100644 --- a/docs/ja/feature_encoders.md +++ b/docs/ja/feature_encoders.md | |||
@@ -66,7 +66,7 @@ void encoder_update_user(uint8_t index, bool clockwise) { | |||
66 | } else { | 66 | } else { |
67 | tap_code(KC_PGUP); | 67 | tap_code(KC_PGUP); |
68 | } | 68 | } |
69 | } else if (index == 1) { /* Second encoder */ | 69 | } else if (index == 1) { /* Second encoder */ |
70 | if (clockwise) { | 70 | if (clockwise) { |
71 | tap_code(KC_DOWN); | 71 | tap_code(KC_DOWN); |
72 | } else { | 72 | } else { |