Revert BackLight Action and add 2 new buttons shortcuts

This commit is contained in:
Armel FAUVEAU
2024-03-12 04:46:26 +01:00
parent 4b34313c20
commit 5200915c13
7 changed files with 49 additions and 6 deletions

1
misc.c
View File

@@ -277,6 +277,7 @@ uint8_t gIsLocked = 0xFF;
#ifdef ENABLE_FEAT_F4HWN
bool gBackLight = false;
uint8_t gBacklightTimeOriginal;
uint8_t gPttOnePushCounter = 0;
uint32_t gBlinkCounter = 0;
#endif