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:
parent
26c0e753d1
commit
7074a64d8a
17 changed files with 148 additions and 0 deletions
|
@ -350,6 +350,16 @@ void I_ShutdownGraphics(void)
|
|||
#define DOOMBUTTON_ENTER (BUTTON_PLAY|BUTTON_RIGHT)
|
||||
#define DOOMBUTTON_WEAPON (BUTTON_PLAY|BUTTON_UP)
|
||||
#define DOOMBUTTON_MAP (BUTTON_PLAY|BUTTON_DOWN)
|
||||
#elif CONFIG_KEYPAD == PBELL_VIBE500_PAD
|
||||
#define DOOMBUTTON_UP BUTTON_OK
|
||||
#define DOOMBUTTON_DOWN BUTTON_CANCEL
|
||||
#define DOOMBUTTON_LEFT BUTTON_PREV
|
||||
#define DOOMBUTTON_RIGHT BUTTON_NEXT
|
||||
#define DOOMBUTTON_SHOOT BUTTON_MENU
|
||||
#define DOOMBUTTON_OPEN BUTTON_OK
|
||||
#define DOOMBUTTON_ESC BUTTON_REC
|
||||
#define DOOMBUTTON_ENTER BUTTON_POWER
|
||||
#define DOOMBUTTON_WEAPON BUTTON_PLAY
|
||||
#else
|
||||
#error Keymap not defined!
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue