Rockbox open source high quality audio player as a Music Player Daemon
mpris rockbox mpd libadwaita audio rust zig deno
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

Creative ZENV: fix keymap

(remove overlooked reference to BUTTON_MENU)


Change-Id: I63e8f19726dc04c57e45fa4ad704fe83951ed987

authored by

Sebastian Leonhardt and committed by
Solomon Peachy
a0bd48bf d695c3b9

-4
-4
apps/keymaps/keymap-zenv.c
··· 29 29 * and a record button, to the left is a combined power/hold switch. 30 30 */ 31 31 32 - /* {Action Code, Button code, Prereq button code } */ 33 - 34 32 /* 35 33 * The format of the list is as follows 36 34 * { Action Code, Button code, Prereq button code } ··· 128 126 static const struct button_mapping button_context_tree[] = { 129 127 { ACTION_TREE_WPS, BUTTON_PLAYPAUSE|BUTTON_REL, BUTTON_PLAYPAUSE }, 130 128 { ACTION_TREE_STOP, BUTTON_PLAYPAUSE|BUTTON_REPEAT, BUTTON_NONE }, 131 - 132 - { ACTION_TREE_HOTKEY, BUTTON_MENU|BUTTON_REPEAT, BUTTON_MENU }, 133 129 134 130 LAST_ITEM_IN_LIST__NEXTLIST(CONTEXT_LIST) 135 131 }; /* button_context_tree */