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:
@ -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;
|
||||
|
Reference in New Issue
Block a user