Add LedDisplay_UpdateAll()

This commit is contained in:
László Monda
2018-04-28 16:21:54 +02:00
parent b97841fdae
commit 8856c484b6
6 changed files with 28 additions and 12 deletions

View File

@@ -23,7 +23,7 @@ void SwitchKeymapById(uint8_t index)
CurrentKeymapIndex = index;
ValidatedUserConfigBuffer.offset = AllKeymaps[index].offset;
ParseKeymap(&ValidatedUserConfigBuffer, index, AllKeymapsCount, AllMacrosCount);
LedDisplay_SetCurrentKeymapText();
LedDisplay_UpdateText();
}
bool SwitchKeymapByAbbreviation(uint8_t length, char *abbrev)