Browse Source

Remove redundant steno eeconfig init (#22680)

pull/22920/head
Joel Challis 2 months ago
committed by GitHub
parent
commit
3dee67a05a
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 3 deletions
  1. +0
    -3
      quantum/process_keycode/process_steno.c

+ 0
- 3
quantum/process_keycode/process_steno.c View File

@ -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…
Cancel
Save