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

mdc1200 update

This commit is contained in:
OneOfEleven
2023-10-26 16:29:07 +01:00
parent 045768a2c3
commit 984722b924
8 changed files with 143 additions and 28 deletions

View File

@ -370,7 +370,7 @@ void processFKeyFunction(const key_code_t Key)
case KEY_8: // R
if (g_scan_state_dir == SCAN_STATE_DIR_OFF)
if (g_scan_state_dir != SCAN_STATE_DIR_OFF)
{
g_beep_to_play = BEEP_500HZ_60MS_DOUBLE_BEEP_OPTIONAL;
return;