forked from len0rd/rockbox
IAUDIO67_PAD: Add keymaps for most of the plugins, they are not all tested yet.
IAUDIO7: Define MODEL_NAME in config git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18730 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
981bd1cb3e
commit
2f84f699c0
34 changed files with 252 additions and 0 deletions
|
@ -147,6 +147,18 @@
|
|||
|
||||
#define PACMAN_MENU (BUTTON_MENU|BUTTON_REL)
|
||||
|
||||
#elif CONFIG_KEYPAD == IAUDIO67_PAD
|
||||
|
||||
#define PACMAN_UP BUTTON_STOP
|
||||
#define PACMAN_DOWN BUTTON_PLAY
|
||||
#define PACMAN_LEFT BUTTON_LEFT
|
||||
#define PACMAN_RIGHT BUTTON_RIGHT
|
||||
#define PACMAN_1UP BUTTON_VOLDOWN
|
||||
#define PACMAN_2UP BUTTON_VOLUP
|
||||
#define PACMAN_COIN_PRE BUTTON_MENU
|
||||
#define PACMAN_COIN (BUTTON_MENU | BUTTON_PLAY)
|
||||
#define PACMAN_MENU BUTTON_POWER
|
||||
|
||||
#else
|
||||
|
||||
#error Keymap not defined!
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue