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
|
|
@ -392,10 +392,10 @@ F3: equal to "="
|
|||
#define CALCULATOR_CLEAR BUTTON_CANCEL
|
||||
|
||||
#elif CONFIG_KEYPAD == MPIO_HD200_PAD
|
||||
#define CALCULATOR_LEFT BUTTON_PREV
|
||||
#define CALCULATOR_RIGHT BUTTON_NEXT
|
||||
#define CALCULATOR_LEFT BUTTON_REW
|
||||
#define CALCULATOR_RIGHT BUTTON_FF
|
||||
#define CALCULATOR_QUIT (BUTTON_REC|BUTTON_PLAY)
|
||||
#define CALCULATOR_INPUT BUTTON_SELECT
|
||||
#define CALCULATOR_INPUT BUTTON_FUNC
|
||||
#define CALCULATOR_CALC BUTTON_PLAY
|
||||
|
||||
#else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue