forked from len0rd/rockbox
Commit a few more GoGear HDD6330 keymaps.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28445 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
650a2941fd
commit
450a4e4380
6 changed files with 61 additions and 2 deletions
|
@ -192,6 +192,17 @@
|
|||
#define PACMAN_COIN BUTTON_VIEW
|
||||
#define PACMAN_MENU BUTTON_MENU
|
||||
|
||||
#elif CONFIG_KEYPAD == PHILIPS_HDD6330_PAD
|
||||
|
||||
#define PACMAN_UP BUTTON_NEXT
|
||||
#define PACMAN_DOWN BUTTON_PREV
|
||||
#define PACMAN_LEFT BUTTON_UP
|
||||
#define PACMAN_RIGHT BUTTON_DOWN
|
||||
#define PACMAN_1UP BUTTON_VOL_UP
|
||||
#define PACMAN_2UP BUTTON_DOWN
|
||||
#define PACMAN_COIN BUTTON_RIGHT
|
||||
#define PACMAN_MENU BUTTON_MENU
|
||||
|
||||
#elif CONFIG_KEYPAD == PHILIPS_SA9200_PAD
|
||||
|
||||
#define PACMAN_UP BUTTON_UP
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue