forked from len0rd/rockbox
Oops, applied the 'clean' patch instead of the one modified to meet the
second goal of committing it. Fixed so that you can actually stop now, and so 'A' has a use again. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14556 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
e8f07bc7bc
commit
30573a3604
1 changed files with 1 additions and 1 deletions
|
|
@ -66,7 +66,7 @@ static const struct button_mapping button_context_standard[] = {
|
||||||
|
|
||||||
|
|
||||||
static const struct button_mapping button_context_wps[] = {
|
static const struct button_mapping button_context_wps[] = {
|
||||||
{ ACTION_WPS_PLAY, BUTTON_POWER|BUTTON_REL, BUTTON_POWER },
|
{ ACTION_WPS_PLAY, BUTTON_A|BUTTON_REL, BUTTON_A },
|
||||||
{ ACTION_WPS_STOP, BUTTON_POWER|BUTTON_REL, BUTTON_POWER },
|
{ ACTION_WPS_STOP, BUTTON_POWER|BUTTON_REL, BUTTON_POWER },
|
||||||
|
|
||||||
{ ACTION_WPS_SKIPNEXT, BUTTON_RIGHT|BUTTON_REL, BUTTON_RIGHT },
|
{ ACTION_WPS_SKIPNEXT, BUTTON_RIGHT|BUTTON_REL, BUTTON_RIGHT },
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue