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
|
@ -231,11 +231,11 @@ CONFIG_KEYPAD == MROBE500_PAD
|
|||
#define PONG_RIGHT_DOWN BUTTON_VOL_DOWN
|
||||
|
||||
#elif CONFIG_KEYPAD == MPIO_HD300_PAD
|
||||
#define PONG_QUIT (BUTTON_REC|BUTTON_REPEAT)
|
||||
#define PONG_LEFT_UP BUTTON_FF
|
||||
#define PONG_LEFT_DOWN BUTTON_REW
|
||||
#define PONG_RIGHT_UP BUTTON_UP
|
||||
#define PONG_RIGHT_DOWN BUTTON_DOWN
|
||||
#define PONG_QUIT (BUTTON_MENU|BUTTON_REPEAT)
|
||||
#define PONG_LEFT_UP BUTTON_REW
|
||||
#define PONG_LEFT_DOWN BUTTON_REC
|
||||
#define PONG_RIGHT_UP BUTTON_FF
|
||||
#define PONG_RIGHT_DOWN BUTTON_PLAY
|
||||
|
||||
#elif CONFIG_KEYPAD == SANSA_FUZEPLUS_PAD
|
||||
#define PONG_QUIT BUTTON_POWER
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue