mirror of
https://github.com/Rockbox/rockbox.git
synced 2026-01-22 01:30:35 -05:00
Creative ZENV: fix keymap
(remove overlooked reference to BUTTON_MENU) Change-Id: I63e8f19726dc04c57e45fa4ad704fe83951ed987
This commit is contained in:
parent
d695c3b95b
commit
a0bd48bfd7
1 changed files with 0 additions and 4 deletions
|
|
@ -29,8 +29,6 @@
|
|||
* and a record button, to the left is a combined power/hold switch.
|
||||
*/
|
||||
|
||||
/* {Action Code, Button code, Prereq button code } */
|
||||
|
||||
/*
|
||||
* The format of the list is as follows
|
||||
* { Action Code, Button code, Prereq button code }
|
||||
|
|
@ -129,8 +127,6 @@ static const struct button_mapping button_context_tree[] = {
|
|||
{ ACTION_TREE_WPS, BUTTON_PLAYPAUSE|BUTTON_REL, BUTTON_PLAYPAUSE },
|
||||
{ ACTION_TREE_STOP, BUTTON_PLAYPAUSE|BUTTON_REPEAT, BUTTON_NONE },
|
||||
|
||||
{ ACTION_TREE_HOTKEY, BUTTON_MENU|BUTTON_REPEAT, BUTTON_MENU },
|
||||
|
||||
LAST_ITEM_IN_LIST__NEXTLIST(CONTEXT_LIST)
|
||||
}; /* button_context_tree */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue