wkb: bind 2

This commit is contained in:
Naim2000 2024-05-03 18:14:16 -05:00
parent e49d9a8850
commit d9ba968f90
1 changed files with 1 additions and 0 deletions

View File

@ -73,6 +73,7 @@ static void WKBEventHandler(USBKeyboard_event evt)
case WKB_KEY_PLUS: button = WPAD_BUTTON_PLUS; break;
case WKB_KEY_MINUS: button = WPAD_BUTTON_MINUS; break;
case WKB_KEY_1: button = WPAD_BUTTON_1; break;
case WKB_KEY_2: button = WPAD_BUTTON_2; break;
default: return;
}