forked from len0rd/rockbox
Commit FS#9617 - Keymaps for Plugins fuze by Thomas Martitz.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19673 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
d32ebec9da
commit
6d5823f964
65 changed files with 476 additions and 89 deletions
|
@ -112,6 +112,17 @@
|
|||
#define PACMAN_COIN (BUTTON_SELECT | BUTTON_DOWN)
|
||||
#define PACMAN_MENU BUTTON_POWER
|
||||
|
||||
#elif CONFIG_KEYPAD == SANSA_FUZE_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_COIN_PRE BUTTON_SELECT
|
||||
#define PACMAN_COIN (BUTTON_SELECT | BUTTON_DOWN)
|
||||
#define PACMAN_MENU BUTTON_POWER
|
||||
|
||||
#elif CONFIG_KEYPAD == IRIVER_H10_PAD
|
||||
|
||||
#if defined(IRIVER_H10_5GB)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue