forked from len0rd/rockbox
hm801: Add support for plugins.
Change-Id: I81654db87d38324d8680a56bcdb7e9922ee5b619
This commit is contained in:
parent
397863ab3d
commit
6ee3fc81d9
51 changed files with 398 additions and 20 deletions
|
@ -287,6 +287,17 @@
|
|||
#define PACMAN_COIN (BUTTON_POWER | BUTTON_DOWN)
|
||||
#define PACMAN_MENU BUTTON_POWER
|
||||
|
||||
#elif CONFIG_KEYPAD == HM801_PAD
|
||||
|
||||
#define PACMAN_UP BUTTON_UP
|
||||
#define PACMAN_DOWN BUTTON_DOWN
|
||||
#define PACMAN_LEFT BUTTON_LEFT
|
||||
#define PACMAN_RIGHT BUTTON_RIGHT
|
||||
#define PACMAN_1UP BUTTON_SELECT
|
||||
#define PACMAN_2UP BUTTON_PLAY
|
||||
#define PACMAN_COIN BUTTON_PREV
|
||||
#define PACMAN_MENU BUTTON_POWER
|
||||
|
||||
#else
|
||||
|
||||
#error Keymap not defined!
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue