forked from len0rd/rockbox
Added iriver remote keys support to the option selection in the menus, corrected a silly c'n'p error
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7750 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
c34d04618a
commit
80c0f99a1a
3 changed files with 46 additions and 9 deletions
|
|
@ -32,6 +32,13 @@
|
|||
#define SELECT_CANCEL BUTTON_OFF
|
||||
#define SELECT_CANCEL2 BUTTON_MODE
|
||||
|
||||
#define SELECT_RC_INC BUTTON_RC_FF
|
||||
#define SELECT_RC_DEC BUTTON_RC_REW
|
||||
#define SELECT_RC_OK BUTTON_RC_ON
|
||||
#define SELECT_RC_OK2 BUTTON_RC_MENU
|
||||
#define SELECT_RC_CANCEL BUTTON_RC_STOP
|
||||
#define SELECT_RC_CANCEL2 BUTTON_RC_MODE
|
||||
|
||||
#elif CONFIG_KEYPAD == RECORDER_PAD
|
||||
#define SELECT_INC BUTTON_UP
|
||||
#define SELECT_DEC BUTTON_DOWN
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue