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:
parent
80cc3d489e
commit
05577e48a8
15 changed files with 121 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue