Rename Keymap_Switch() to SwitchKeymap()

This commit is contained in:
László Monda
2017-11-03 18:59:58 +01:00
parent e169627cde
commit 4072a0ea33
4 changed files with 5 additions and 5 deletions

View File

@@ -140,11 +140,11 @@ void ApplyConfig(void)
if (memcmp(oldKeymapAbbreviation, AllKeymaps[i].abbreviation, oldKeymapAbbreviationLen)) {
continue;
}
Keymaps_Switch(i);
SwitchKeymap(i);
return;
}
Keymaps_Switch(DefaultKeymapIndex);
SwitchKeymap(DefaultKeymapIndex);
}
void setLedPwm(void)