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

@ -33,7 +33,7 @@ void ACTION_Scan(bool bFlag);
void ACTION_FM(void);
#endif
void ACTION_Handle(key_code_t Key, bool bKeyPressed, bool bKeyHeld);
void ACTION_process(const key_code_t Key, const bool bKeyPressed, const bool bKeyHeld);
#endif