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

@ -203,6 +203,13 @@ PLUGIN_HEADER
#define BATTERY_ON_TXT "LEFT"
#define BATTERY_OFF_TXT "RIGHT"
#elif CONFIG_KEYPAD == PBELL_VIBE500_PAD
#define BATTERY_ON BUTTON_PLAY
#define BATTERY_OFF BUTTON_REC
#define BATTERY_ON_TXT "PLAY - start"
#define BATTERY_OFF_TXT "REC"
#else
#error No keymap defined!
#endif