Rename Keymap_Switch() to SwitchKeymap()
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user