~ruther/qmk_firmware

bafa35ff46e8a6d1d2eaad09ce3757f919aa9ff3 — Takeshi ISHII 5 years ago c1c579c
fix sample code indent in feature_encoders.md (#8883)

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
@@ 61,7 61,7 @@ void encoder_update_user(uint8_t index, bool clockwise) {
        } else {
            tap_code(KC_PGUP);
        }
        } else if (index == 1) { /* Second encoder */  
    } else if (index == 1) { /* Second encoder */
        if (clockwise) {
            tap_code(KC_DOWN);
        } else {

M docs/ja/feature_encoders.md => docs/ja/feature_encoders.md +1 -1
@@ 66,7 66,7 @@ void encoder_update_user(uint8_t index, bool clockwise) {
        } else {
            tap_code(KC_PGUP);
        }
        } else if (index == 1) { /* Second encoder */  
    } else if (index == 1) { /* Second encoder */
        if (clockwise) {
            tap_code(KC_DOWN);
        } else {