1
0
Fork 0
forked from len0rd/rockbox

Packard Bell Vibe 500: Finish plugin keymaps. Rockbox compiles clean now for the target.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24658 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Szymon Dziok 2010-02-14 21:56:53 +00:00
parent 26c0e753d1
commit 7074a64d8a
17 changed files with 148 additions and 0 deletions

View file

@ -221,6 +221,17 @@
#define PACMAN_COIN BUTTON_FFWD
#define PACMAN_MENU BUTTON_PLAY
#elif CONFIG_KEYPAD == PBELL_VIBE500_PAD
#define PACMAN_UP BUTTON_UP
#define PACMAN_DOWN BUTTON_DOWN
#define PACMAN_LEFT BUTTON_PREV
#define PACMAN_RIGHT BUTTON_NEXT
#define PACMAN_1UP BUTTON_PLAY
#define PACMAN_2UP BUTTON_REC
#define PACMAN_COIN BUTTON_OK
#define PACMAN_MENU BUTTON_MENU
#else
#error Keymap not defined!