forked from mirrors/qmk_firmware
Remove redundant steno eeconfig init (#22680)
This commit is contained in:
parent
98f0c5ee24
commit
3dee67a05a
1 changed files with 0 additions and 3 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue