forked from len0rd/rockbox
Packard Bell Vibe 500: More plugin keymaps (second portion).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24634 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
1251fa5766
commit
841cffab5b
33 changed files with 323 additions and 1 deletions
|
@ -376,6 +376,23 @@ PLUGIN_HEADER
|
|||
#define STAR_LEVEL_DOWN_NAME "DOWN"
|
||||
#define STAR_LEVEL_REPEAT_NAME "PLAY"
|
||||
|
||||
#elif CONFIG_KEYPAD == PBELL_VIBE500_PAD
|
||||
|
||||
#define STAR_QUIT BUTTON_REC
|
||||
#define STAR_LEFT BUTTON_PREV
|
||||
#define STAR_RIGHT BUTTON_NEXT
|
||||
#define STAR_UP BUTTON_UP
|
||||
#define STAR_DOWN BUTTON_DOWN
|
||||
#define STAR_TOGGLE_CONTROL BUTTON_PLAY
|
||||
#define STAR_LEVEL_UP BUTTON_OK
|
||||
#define STAR_LEVEL_DOWN BUTTON_CANCEL
|
||||
#define STAR_LEVEL_REPEAT BUTTON_MENU
|
||||
#define STAR_TOGGLE_CONTROL_NAME "PLAY"
|
||||
#define STAR_QUIT_NAME "REC"
|
||||
#define STAR_LEVEL_UP_NAME "OK"
|
||||
#define STAR_LEVEL_DOWN_NAME "CANCEL"
|
||||
#define STAR_LEVEL_REPEAT_NAME "MENU"
|
||||
|
||||
#else
|
||||
#error No keymap defined!
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue