1
0
Fork 0
forked from len0rd/rockbox

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

@ -328,6 +328,14 @@ CONFIG_KEYPAD == MROBE500_PAD
#elif CONFIG_KEYPAD == SHANLING_Q1_PAD
/* use touchscreen */
#elif CONFIG_KEYPAD == MA_PAD
#define PONG_QUIT BUTTON_BACK
#define PONG_PAUSE BUTTON_PLAY
#define PONG_LEFT_UP BUTTON_MENU
#define PONG_LEFT_DOWN BUTTON_LEFT
#define PONG_RIGHT_UP BUTTON_BACK
#define PONG_RIGHT_DOWN BUTTON_RIGHT
#else
#error No keymap defined!
#endif