[Docs] Modify encoder_update_user example to return false (#14541)
2 files changed, 2 insertions(+), 2 deletions(-) M docs/feature_encoders.md M docs/ja/feature_encoders.md
M docs/feature_encoders.md => docs/feature_encoders.md +1 -1
@@ 81,7 81,7 @@ bool encoder_update_user(uint8_t index, bool clockwise) { tap_code(KC_UP); } } return true; return false; } ```
M docs/ja/feature_encoders.md => docs/ja/feature_encoders.md +1 -1