forked from len0rd/rockbox
Another round of plugin keymaps for the Philips GoGear SA9200.
Just a few more to go... git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23838 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
f6a92b8e71
commit
29d20d8068
21 changed files with 185 additions and 2 deletions
|
@ -356,6 +356,23 @@ PLUGIN_HEADER
|
|||
#define LVL_UP_TEXT "VOL+"
|
||||
#define LVL_DOWN_TEXT "VOL-"
|
||||
|
||||
#elif CONFIG_KEYPAD == PHILIPS_SA9200_PAD
|
||||
#define PEGBOX_SELECT BUTTON_RIGHT
|
||||
#define PEGBOX_QUIT BUTTON_POWER
|
||||
#define PEGBOX_RESTART BUTTON_MENU
|
||||
#define PEGBOX_LVL_UP BUTTON_VOL_UP
|
||||
#define PEGBOX_LVL_DOWN BUTTON_VOL_DOWN
|
||||
#define PEGBOX_UP BUTTON_UP
|
||||
#define PEGBOX_DOWN BUTTON_DOWN
|
||||
#define PEGBOX_RIGHT BUTTON_NEXT
|
||||
#define PEGBOX_LEFT BUTTON_PREV
|
||||
|
||||
#define SELECT_TEXT "RIGHT"
|
||||
#define QUIT_TEXT "POWER"
|
||||
#define RESTART_TEXT "MENU"
|
||||
#define LVL_UP_TEXT "VOL+"
|
||||
#define LVL_DOWN_TEXT "VOL-"
|
||||
|
||||
#elif CONFIG_KEYPAD == ONDAVX747_PAD || \
|
||||
CONFIG_KEYPAD == ONDAVX777_PAD || \
|
||||
CONFIG_KEYPAD == MROBE500_PAD
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue