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

@ -316,6 +316,14 @@ dir is the current direction of the snake - 0=up, 1=right, 2=down, 3=left;
#elif CONFIG_KEYPAD == SHANLING_Q1_PAD
/* use touchscreen */
#elif CONFIG_KEYPAD == MA_PAD
#define SNAKE_QUIT BUTTON_BACK
#define SNAKE_LEFT BUTTON_LEFT
#define SNAKE_RIGHT BUTTON_RIGHT
#define SNAKE_UP BUTTON_UP
#define SNAKE_DOWN BUTTON_DOWN
#define SNAKE_PLAYPAUSE BUTTON_PLAY
#else
#error No keymap defined!
#endif