0
mirror of https://github.com/OneOfEleven/uv-k5-firmware-custom.git synced 2025-06-19 22:58:04 +03:00

Fast manual up/down frequency scan

This commit is contained in:
OneOfEleven
2023-10-16 06:54:27 +01:00
parent 244c4f1091
commit 7b44bb6253
6 changed files with 12 additions and 3 deletions

View File

@ -340,7 +340,7 @@ void ACTION_Scan(bool bRestart)
}
#endif
void ACTION_Handle(key_code_t Key, bool key_pressed, bool key_held)
void ACTION_process(const key_code_t Key, const bool key_pressed, const bool key_held)
{
uint8_t Short = ACTION_OPT_NONE;
uint8_t Long = ACTION_OPT_NONE;