diff options
| -rw-r--r-- | docs/feature_encoders.md | 2 | ||||
| -rw-r--r-- | docs/ja/feature_encoders.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/feature_encoders.md b/docs/feature_encoders.md index 509f55b91..8e854c1e5 100644 --- a/docs/feature_encoders.md +++ b/docs/feature_encoders.md | |||
| @@ -81,7 +81,7 @@ bool encoder_update_user(uint8_t index, bool clockwise) { | |||
| 81 | tap_code(KC_UP); | 81 | tap_code(KC_UP); |
| 82 | } | 82 | } |
| 83 | } | 83 | } |
| 84 | return true; | 84 | return false; |
| 85 | } | 85 | } |
| 86 | ``` | 86 | ``` |
| 87 | 87 | ||
diff --git a/docs/ja/feature_encoders.md b/docs/ja/feature_encoders.md index 21f42d38b..b93d9a9a2 100644 --- a/docs/ja/feature_encoders.md +++ b/docs/ja/feature_encoders.md | |||
| @@ -76,7 +76,7 @@ bool encoder_update_user(uint8_t index, bool clockwise) { | |||
| 76 | tap_code(KC_UP); | 76 | tap_code(KC_UP); |
| 77 | } | 77 | } |
| 78 | } | 78 | } |
| 79 | return true; | 79 | return false; |
| 80 | } | 80 | } |
| 81 | ``` | 81 | ``` |
| 82 | 82 | ||
