mirror of
https://github.com/OneOfEleven/uv-k5-firmware-custom.git
synced 2025-06-18 22:29:50 +03:00
.
This commit is contained in:
@ -364,6 +364,7 @@ void processFKeyFunction(const key_code_t Key)
|
||||
if (g_fkey_pressed)
|
||||
{
|
||||
g_eeprom.config.setting.panadapter = (g_eeprom.config.setting.panadapter + 1) & 1u;
|
||||
g_request_save_settings = true;
|
||||
break;
|
||||
}
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user