Revert BackLight Action and add 2 new buttons shortcuts

This commit is contained in:
Armel FAUVEAU
2024-03-12 14:58:13 +01:00
parent e4f26166fb
commit fbbfbeb268
4 changed files with 28 additions and 6 deletions

1
misc.c
View File

@@ -276,6 +276,7 @@ uint8_t gIsLocked = 0xFF;
#ifdef ENABLE_FEAT_F4HWN
bool gK5startup = true;
bool gBackLight = false;
uint8_t gBacklightTimeOriginal;
uint8_t gBacklightBrightnessOld;