mirror of
https://github.com/Rockbox/rockbox.git
synced 2026-04-11 16:37:45 -04:00
echoplayer: add exit WPS button to keymap
Change-Id: I3a7ef3ee0fb7494645338d3951fc9bc0c793503c
This commit is contained in:
parent
19af7131e2
commit
5a21f049dc
1 changed files with 1 additions and 0 deletions
|
|
@ -57,6 +57,7 @@ static const struct button_mapping button_context_wps[] = {
|
|||
{ACTION_WPS_SEEKBACK, BUTTON_LEFT|BUTTON_REPEAT, BUTTON_NONE},
|
||||
{ACTION_WPS_STOPSEEK, BUTTON_LEFT|BUTTON_REL, BUTTON_LEFT|BUTTON_REPEAT},
|
||||
{ACTION_WPS_QUICKSCREEN, BUTTON_B, BUTTON_NONE},
|
||||
{ACTION_WPS_MENU, BUTTON_Y, BUTTON_NONE},
|
||||
LAST_ITEM_IN_LIST
|
||||
}; /* button_context_wps */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue