diff --git a/Model100.ino b/Model100.ino index 05afae1..ddc1ff3 100644 --- a/Model100.ino +++ b/Model100.ino @@ -252,12 +252,12 @@ KEYMAPS( // Note that this layout was made for a Hungarian OS layout, hence the y/z and _/? swaps. MACRO_TYPER(extPython, ".pz"); MACRO_TYPER(extOrg, ".org"); -MACRO_TYPER(initPy, "??init??.pz"); +MACRO_TYPER(pyInit, "??init??"); static const kaleidoscope::plugin::Leader::dictionary_t leader_dictionary[] PROGMEM = LEADER_DICT ({LEADER_SEQ(LEAD(MAIN), Key_P), LEAD_MACRO(extPython)}, {LEADER_SEQ(LEAD(MAIN), Key_O), LEAD_MACRO(extOrg)}, - {LEADER_SEQ(LEAD(MAIN), Key_I), LEAD_MACRO(initPy)}); + {LEADER_SEQ(LEAD(MAIN), Key_I), LEAD_MACRO(pyInit)}); void toggleLedsOnSuspendResume( kaleidoscope::plugin::HostPowerManagement::Event event) {