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
|
@ -376,6 +376,21 @@ PLUGIN_HEADER
|
|||
#define BUTTON_SAVE BUTTON_PLAYLIST
|
||||
#define BUTTON_SAVE_NAME "PLAYLIST"
|
||||
|
||||
#elif CONFIG_KEYPAD == PHILIPS_SA9200_PAD
|
||||
#define SOKOBAN_LEFT BUTTON_PREV
|
||||
#define SOKOBAN_RIGHT BUTTON_NEXT
|
||||
#define SOKOBAN_UP BUTTON_UP
|
||||
#define SOKOBAN_DOWN BUTTON_DOWN
|
||||
#define SOKOBAN_MENU BUTTON_MENU
|
||||
#define SOKOBAN_UNDO BUTTON_LEFT
|
||||
#define SOKOBAN_REDO (BUTTON_LEFT | BUTTON_PLAY)
|
||||
#define SOKOBAN_LEVEL_DOWN BUTTON_VOL_DOWN
|
||||
#define SOKOBAN_LEVEL_REPEAT BUTTON_POWER
|
||||
#define SOKOBAN_LEVEL_UP BUTTON_VOL_UP
|
||||
#define SOKOBAN_PAUSE BUTTON_PLAY
|
||||
#define BUTTON_SAVE BUTTON_RIGHT
|
||||
#define BUTTON_SAVE_NAME "RIGHT"
|
||||
|
||||
#elif CONFIG_KEYPAD == ONDAVX747_PAD
|
||||
#define SOKOBAN_MENU BUTTON_MENU
|
||||
#define SOKOBAN_MENU_NAME "[MENU]"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue