1
0
Fork 0
forked from len0rd/rockbox

Packard Bell Vibe 500: Start committing plugin keymaps.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24610 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Szymon Dziok 2010-02-11 22:40:17 +00:00
parent 80cc3d489e
commit 05577e48a8
15 changed files with 121 additions and 2 deletions

View file

@ -96,6 +96,10 @@ PLUGIN_HEADER
# define LAMP_LEFT BUTTON_LEFT
# define LAMP_RIGHT BUTTON_RIGHT
#elif CONFIG_KEYPAD == PBELL_VIBE500_PAD
# define LAMP_LEFT BUTTON_PREV
# define LAMP_RIGHT BUTTON_NEXT
#else
# error Missing key definitions for this keypad
#endif