hitiet ma8/ma9: add in keymaps for all plugins

Largely guesswork.

Change-Id: I8ab8d36de4bbdcf25dcf7d3442266bfb0a370b6f
This commit is contained in:
Solomon Peachy 2025-01-06 12:37:07 -05:00
parent 0b5f1b68e6
commit 8b01f939d8
49 changed files with 511 additions and 15 deletions

View file

@ -264,6 +264,14 @@
#define BTN_UP_LEFT BUTTON_TOPLEFT
#define BTN_UP_RIGHT BUTTON_TOPRIGHT
#elif CONFIG_KEYPAD == MA_PAD
#define BTN_UP BUTTON_UP
#define BTN_DOWN BUTTON_DOWN
#define BTN_LEFT BUTTON_LEFT
#define BTN_RIGHT BUTTON_RIGHT
#define BTN_FIRE BUTTON_PLAY
#define BTN_PAUSE BUTTON_MENU
#else
#error Unsupported keypad
#endif