forked from len0rd/rockbox
test_grey.c : use left/right on YH920 instead of rew/ff
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22891 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
78d2c1bc25
commit
c78e9de35a
1 changed files with 2 additions and 2 deletions
|
@ -78,8 +78,8 @@ PLUGIN_HEADER
|
|||
#elif CONFIG_KEYPAD == SAMSUNG_YH_PAD
|
||||
#define GREY_QUIT BUTTON_REC
|
||||
#define GREY_OK BUTTON_PLAY
|
||||
#define GREY_PREV BUTTON_REW
|
||||
#define GREY_NEXT BUTTON_FFWD
|
||||
#define GREY_PREV BUTTON_LEFT
|
||||
#define GREY_NEXT BUTTON_RIGHT
|
||||
#define GREY_UP BUTTON_UP
|
||||
#define GREY_DOWN BUTTON_DOWN
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue