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
|
@ -187,6 +187,14 @@ PLUGIN_IRAM_DECLARE
|
|||
#define BTN_DOWN BUTTON_DOWN
|
||||
#define BTN_PLAY BUTTON_PLAY
|
||||
|
||||
#elif CONFIG_KEYPAD == PBELL_VIBE500_PAD
|
||||
#define BTN_QUIT BUTTON_REC
|
||||
#define BTN_RIGHT BUTTON_NEXT
|
||||
#define BTN_LEFT BUTTON_PREV
|
||||
#define BTN_UP BUTTON_UP
|
||||
#define BTN_DOWN BUTTON_DOWN
|
||||
#define BTN_PLAY BUTTON_PLAY
|
||||
|
||||
#else
|
||||
#error No keymap defined!
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue