mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
MPIOs: keymap tweaks
Change-Id: Ic96900c83ffb90df4f6c68a26238f0543cba61cd
This commit is contained in:
parent
3511435ee3
commit
5863361fbf
42 changed files with 225 additions and 209 deletions
|
@ -330,11 +330,11 @@ CONFIG_KEYPAD == MROBE500_PAD
|
|||
#define SNAKE2_PLAYPAUSE_TEXT "Play"
|
||||
|
||||
#elif CONFIG_KEYPAD == MPIO_HD300_PAD
|
||||
#define SNAKE2_LEFT BUTTON_MENU
|
||||
#define SNAKE2_RIGHT BUTTON_ENTER
|
||||
#define SNAKE2_UP BUTTON_UP
|
||||
#define SNAKE2_DOWN BUTTON_DOWN
|
||||
#define SNAKE2_QUIT (BUTTON_REC|BUTTON_REPEAT)
|
||||
#define SNAKE2_LEFT BUTTON_REW
|
||||
#define SNAKE2_RIGHT BUTTON_FF
|
||||
#define SNAKE2_UP BUTTON_UP
|
||||
#define SNAKE2_DOWN BUTTON_DOWN
|
||||
#define SNAKE2_QUIT (BUTTON_MENU|BUTTON_REPEAT)
|
||||
#define SNAKE2_PLAYPAUSE BUTTON_PLAY
|
||||
#define SNAKE2_PLAYPAUSE_TEXT "Play"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue