forked from len0rd/rockbox
MPIO HD200: rename button defines to adhere how they are labeled on the device.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28443 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
f7bcb66e67
commit
59ba8fea22
53 changed files with 244 additions and 244 deletions
|
@ -319,13 +319,13 @@ CONFIG_KEYPAD == SANSA_M200_PAD
|
|||
#define MPEG_FF BUTTON_NEXT
|
||||
|
||||
#elif CONFIG_KEYPAD == MPIO_HD200_PAD
|
||||
#define MPEG_MENU BUTTON_SELECT
|
||||
#define MPEG_MENU BUTTON_FUNC
|
||||
#define MPEG_PAUSE (BUTTON_PLAY | BUTTON_REL)
|
||||
#define MPEG_STOP (BUTTON_PLAY | BUTTON_REPEAT)
|
||||
#define MPEG_VOLDOWN BUTTON_VOL_DOWN
|
||||
#define MPEG_VOLUP BUTTON_VOL_UP
|
||||
#define MPEG_RW BUTTON_PREV
|
||||
#define MPEG_FF BUTTON_NEXT
|
||||
#define MPEG_RW BUTTON_REW
|
||||
#define MPEG_FF BUTTON_FF
|
||||
|
||||
#else
|
||||
#error No keymap defined!
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue