forked from len0rd/rockbox
Start committing plugin keymaps for the Philips GoGear SA9200.
I still have more plugins to finish, but this is an initial start and I can at least get them under version control in case I need to revise any. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23813 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
6ea0c3f229
commit
e626dcba40
18 changed files with 148 additions and 1 deletions
|
|
@ -192,6 +192,13 @@ CONFIG_KEYPAD == SANSA_M200_PAD
|
|||
#define UP BUTTON_UP
|
||||
#define DOWN BUTTON_DOWN
|
||||
|
||||
#define QUIT BUTTON_POWER
|
||||
#define LEFT BUTTON_PREV
|
||||
#define RIGHT BUTTON_NEXT
|
||||
#define SELECT BUTTON_PLAY
|
||||
#define UP BUTTON_UP
|
||||
#define DOWN BUTTON_DOWN
|
||||
|
||||
#elif CONFIG_KEYPAD == COWOND2_PAD
|
||||
#define QUIT BUTTON_POWER
|
||||
|
||||
|
|
@ -1096,7 +1103,8 @@ static int brickmania_help(void)
|
|||
"< & >", "Moves", "the", "paddle", "",
|
||||
#if CONFIG_KEYPAD == ONDIO_PAD
|
||||
"MENU:",
|
||||
#elif (CONFIG_KEYPAD == RECORDER_PAD) || (CONFIG_KEYPAD == IAUDIO_M3_PAD)
|
||||
#elif (CONFIG_KEYPAD == RECORDER_PAD) || (CONFIG_KEYPAD == IAUDIO_M3_PAD) \
|
||||
(CONFIG_KEYPAD == PHILIPS_SA9200_PAD)
|
||||
"PLAY:",
|
||||
#elif CONFIG_KEYPAD == IRIVER_H300_PAD
|
||||
"NAVI:",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue