mirror of
https://github.com/Rockbox/rockbox.git
synced 2026-04-12 00:47:49 -04:00
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
|
|
@ -284,11 +284,11 @@ CONFIG_KEYPAD == MROBE500_PAD
|
|||
|
||||
#define BTN_DIR_UP BUTTON_REC
|
||||
#define BTN_DIR_DOWN BUTTON_PLAY
|
||||
#define BTN_DIR_LEFT BUTTON_PREV
|
||||
#define BTN_DIR_RIGHT BUTTON_NEXT
|
||||
#define BTN_STARTPAUSE BUTTON_SELECT
|
||||
#define BTN_DIR_LEFT BUTTON_REW
|
||||
#define BTN_DIR_RIGHT BUTTON_FF
|
||||
#define BTN_STARTPAUSE BUTTON_FUNC
|
||||
#define BTN_QUIT (BUTTON_REC|BUTTON_PLAY)
|
||||
#define BTN_STOPRESET (BUTTON_SELECT|BUTTON_REPEAT)
|
||||
#define BTN_STOPRESET (BUTTON_FUNC|BUTTON_REPEAT)
|
||||
|
||||
#else
|
||||
#error No keymap defined!
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue