0
mirror of https://github.com/OneOfEleven/uv-k5-firmware-custom.git synced 2025-06-20 15:08:37 +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

@ -2665,7 +2665,7 @@ static void APP_process_key(const key_code_t Key, const bool key_pressed, const
if (g_screen_to_display != DISPLAY_SEARCH)
#endif
{
ACTION_Handle(Key, key_pressed, key_held);
ACTION_process(Key, key_pressed, key_held);
}
else
{