Add F + SIDE1 and F + SIDE2 for Step
This commit is contained in:
@@ -769,8 +769,10 @@ void MAIN_ProcessKeys(KEY_Code_t Key, bool bKeyPressed, bool bKeyHeld)
|
|||||||
// }
|
// }
|
||||||
|
|
||||||
switch (Key) {
|
switch (Key) {
|
||||||
|
#ifdef ENABLE_FEAT_F4HWN
|
||||||
case KEY_SIDE1:
|
case KEY_SIDE1:
|
||||||
case KEY_SIDE2:
|
case KEY_SIDE2:
|
||||||
|
#endif
|
||||||
case KEY_0...KEY_9:
|
case KEY_0...KEY_9:
|
||||||
MAIN_Key_DIGITS(Key, bKeyPressed, bKeyHeld);
|
MAIN_Key_DIGITS(Key, bKeyPressed, bKeyHeld);
|
||||||
break;
|
break;
|
||||||
|
Reference in New Issue
Block a user