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

ctcss phase stuff + fast manual freq up/dn scanning update

This commit is contained in:
OneOfEleven
2023-10-31 22:02:54 +00:00
parent 2522b4184a
commit 010ee10516
20 changed files with 532 additions and 552 deletions

View File

@ -19,6 +19,8 @@
#include "driver/keyboard.h"
extern bool g_manual_scanning;
void MAIN_process_key(key_code_t Key, bool bKeyPressed, bool bKeyHeld);
#endif