~ruther/qmk_firmware

3dee67a05a7f64991924dd92762194a9233e3b2f — Joel Challis 1 year, 5 months ago 98f0c5e
Remove redundant steno eeconfig init (#22680)

1 files changed, 0 insertions(+), 3 deletions(-)

M quantum/process_keycode/process_steno.c
M quantum/process_keycode/process_steno.c => quantum/process_keycode/process_steno.c +0 -3
@@ 128,9 128,6 @@ static const uint16_t combinedmap_second[] PROGMEM = {STN_S2, STN_KL, STN_WL, ST

#ifdef STENO_ENABLE_ALL
void steno_init(void) {
    if (!eeconfig_is_enabled()) {
        eeconfig_init();
    }
    mode = eeprom_read_byte(EECONFIG_STENOMODE);
}


Do not follow this link