Add F + SIDE1 and F + SIDE2 for Step

This commit is contained in:
Armel FAUVEAU
2024-03-02 21:12:53 +01:00
parent 14378eaa7a
commit 31b4b8a9f6

View File

@@ -769,8 +769,10 @@ void MAIN_ProcessKeys(KEY_Code_t Key, bool bKeyPressed, bool bKeyHeld)
// }
switch (Key) {
#ifdef ENABLE_FEAT_F4HWN
case KEY_SIDE1:
case KEY_SIDE2:
#endif
case KEY_0...KEY_9:
MAIN_Key_DIGITS(Key, bKeyPressed, bKeyHeld);
break;