From a0bd48bfd7761a554aeafc1d8ee3e72dcf3cfbdd Mon Sep 17 00:00:00 2001 From: Sebastian Leonhardt Date: Thu, 1 Jan 2026 19:22:41 +0100 Subject: [PATCH] Creative ZENV: fix keymap (remove overlooked reference to BUTTON_MENU) Change-Id: I63e8f19726dc04c57e45fa4ad704fe83951ed987 --- apps/keymaps/keymap-zenv.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/apps/keymaps/keymap-zenv.c b/apps/keymaps/keymap-zenv.c index d857543a07..7853a26f1d 100644 --- a/apps/keymaps/keymap-zenv.c +++ b/apps/keymaps/keymap-zenv.c @@ -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 */