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

@ -471,6 +471,20 @@ static void setoptions (void)
#elif CONFIG_KEYPAD == SHANLING_Q1_PAD
/* use touchscreen */
#elif CONFIG_KEYPAD == MA_PAD
options.UP = BUTTON_UP;
options.DOWN = BUTTON_DOWN;
options.LEFT = BUTTON_LEFT;
options.RIGHT = BUTTON_RIGHT;
options.A = BUTTON_PLAY;
options.B = BUTTON_BACK;
options.START = (BUTTON_PLAY|BUTTON_BACK);
options.SELECT = (BUTTON_PLAY|BUTTON_MENU);
options.MENU = BUTTON_MENU;
#else
#error No Keymap Defined!
#endif