0
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:
OneOfEleven
2023-10-09 22:49:29 +01:00
parent fe77e62fe0
commit c76891be6d
19 changed files with 387 additions and 359 deletions

View File

@ -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;