Skip to content

Commit

Permalink
Remove redundant steno eeconfig init (qmk#22680)
Browse files Browse the repository at this point in the history
  • Loading branch information
zvecr authored and nuess0r committed Sep 8, 2024
1 parent 5e8c3b3 commit 836180b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions quantum/process_keycode/process_steno.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

Expand Down

0 comments on commit 836180b

Please sign in to comment.