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
|
|
@ -323,6 +323,16 @@
|
|||
#define CB_LEVEL BUTTON_PLAYLIST
|
||||
#define CB_MENU BUTTON_MENU
|
||||
|
||||
#elif CONFIG_KEYPAD == PHILIPS_SA9200_PAD
|
||||
#define CB_SELECT BUTTON_PLAY
|
||||
#define CB_UP BUTTON_UP
|
||||
#define CB_DOWN BUTTON_DOWN
|
||||
#define CB_LEFT BUTTON_PREV
|
||||
#define CB_RIGHT BUTTON_NEXT
|
||||
#define CB_PLAY BUTTON_RIGHT
|
||||
#define CB_LEVEL BUTTON_LEFT
|
||||
#define CB_MENU BUTTON_MENU
|
||||
|
||||
#define CB_SCROLL_UP (BUTTON_UP|BUTTON_REPEAT)
|
||||
#define CB_SCROLL_DOWN (BUTTON_DOWN|BUTTON_REPEAT)
|
||||
#define CB_SCROLL_LEFT (BUTTON_LEFT|BUTTON_REPEAT)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue