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
|
|
@ -231,13 +231,13 @@
|
|||
|
||||
#elif (CONFIG_KEYPAD == MPIO_HD200_PAD)
|
||||
|
||||
#define AST_PAUSE (BUTTON_PLAY|BUTTON_SELECT)
|
||||
#define AST_PAUSE (BUTTON_PLAY|BUTTON_FUNC)
|
||||
#define AST_QUIT (BUTTON_REC|BUTTON_PLAY)
|
||||
#define AST_THRUST BUTTON_REC
|
||||
#define AST_HYPERSPACE BUTTON_PLAY
|
||||
#define AST_LEFT BUTTON_PREV
|
||||
#define AST_RIGHT BUTTON_NEXT
|
||||
#define AST_FIRE BUTTON_SELECT
|
||||
#define AST_LEFT BUTTON_REW
|
||||
#define AST_RIGHT BUTTON_FF
|
||||
#define AST_FIRE BUTTON_FUNC
|
||||
|
||||
#else
|
||||
#error No keymap defined!
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue