0
mirror of https://github.com/OneOfEleven/uv-k5-firmware-custom.git synced 2025-06-20 15:08:37 +03:00

some F+4 F+* fixes, more to come

This commit is contained in:
OneOfEleven
2023-10-12 23:43:45 +01:00
parent 55ceb92a61
commit 75d4f13d7b
8 changed files with 34 additions and 38 deletions

View File

@ -455,7 +455,7 @@ static void AIRCOPY_Key_MENU(bool key_pressed, bool key_held)
}
}
void AIRCOPY_ProcessKeys(key_code_t Key, bool key_pressed, bool key_held)
void AIRCOPY_ProcessKey(key_code_t Key, bool key_pressed, bool key_held)
{
switch (Key)
{