Add switch keymap USB command.

This commit is contained in:
László Monda
2018-03-30 11:18:31 +02:00
parent 195f40949f
commit b34fb9daa3
6 changed files with 57 additions and 1 deletions

View File

@@ -30,5 +30,6 @@
// Functions:
void SwitchKeymap(uint8_t index);
bool SwitchKeymapByAbbreviation(uint8_t length, char *abbrev);
#endif