mirror of
https://github.com/OneOfEleven/uv-k5-firmware-custom.git
synced 2025-06-18 22:29:50 +03:00
Fixed button/ptt being ignored, re-wrote a keyboard function as well.
This commit is contained in:
@ -46,11 +46,6 @@ BOOT_Mode_t BOOT_GetMode(void)
|
||||
|
||||
if (Keys[0] == Keys[1])
|
||||
{
|
||||
g_key_reading_0 = Keys[0];
|
||||
g_key_reading_1 = Keys[0];
|
||||
|
||||
g_debounce_counter = 2;
|
||||
|
||||
if (Keys[0] == KEY_SIDE1)
|
||||
return BOOT_MODE_F_LOCK;
|
||||
|
||||
|
Reference in New Issue
Block a user