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:
Szymon Dziok 2010-02-13 15:46:34 +00:00
parent 1251fa5766
commit 841cffab5b
33 changed files with 323 additions and 1 deletions

View file

@ -272,6 +272,17 @@ PLUGIN_HEADER
#define LABEL_MENU "LEFT"
#define LABEL_VOLUME "UP/DOWN"
#elif CONFIG_KEYPAD == PBELL_VIBE500_PAD
#define VUMETER_QUIT BUTTON_REC
#define VUMETER_HELP BUTTON_PLAY
#define VUMETER_MENU BUTTON_MENU
#define VUMETER_UP BUTTON_UP
#define VUMETER_DOWN BUTTON_DOWN
#define LABEL_HELP "PLAY"
#define LABEL_QUIT "REC"
#define LABEL_MENU "MENU"
#define LABEL_VOLUME "UP/DOWN"
#else
#error No keymap defined!
#endif