Revert BackLight Action and add 2 new buttons shortcuts
This commit is contained in:
11
app/main.c
11
app/main.c
@@ -456,6 +456,17 @@ static void MAIN_Key_DIGITS(KEY_Code_t Key, bool bKeyPressed, bool bKeyHeld)
|
||||
gWasFKeyPressed = false;
|
||||
gUpdateStatus = true;
|
||||
|
||||
if(Key == 8)
|
||||
{
|
||||
ACTION_BackLightOnDemand();
|
||||
return;
|
||||
}
|
||||
else if(Key == 9)
|
||||
{
|
||||
ACTION_BackLight();
|
||||
return;
|
||||
}
|
||||
|
||||
processFKeyFunction(Key, true);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user