0
mirror of https://github.com/OneOfEleven/uv-k5-firmware-custom.git synced 2025-06-19 14:48:03 +03:00
This commit is contained in:
OneOfEleven
2023-11-19 20:35:25 +00:00
parent 9b911822d1
commit c68bff681e
3 changed files with 1 additions and 0 deletions

View File

@ -364,6 +364,7 @@ void processFKeyFunction(const key_code_t Key)
if (g_fkey_pressed) if (g_fkey_pressed)
{ {
g_eeprom.config.setting.panadapter = (g_eeprom.config.setting.panadapter + 1) & 1u; g_eeprom.config.setting.panadapter = (g_eeprom.config.setting.panadapter + 1) & 1u;
g_request_save_settings = true;
break; break;
} }
#endif #endif

Binary file not shown.

Binary file not shown.