From 4c94c1791378aeccc419354dd3fc5eb7776793cb Mon Sep 17 00:00:00 2001 From: Dana Conrad Date: Sat, 5 Jun 2021 17:59:46 -0500 Subject: [PATCH] ErosQ: undo ACTION_YESNO_ACCEPT button release I accidentally left this in commit 8056b7f, and I think I'm giving up on this for now - it just gets too complicated in the usb use case. Revert to BUTTON_PLAY. Change-Id: I9e392a3d7f2c18f34de54ecbafdb27cdf863b28c --- apps/keymaps/keymap-erosq.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/keymaps/keymap-erosq.c b/apps/keymaps/keymap-erosq.c index 24d040ebec..59b70d24ca 100644 --- a/apps/keymaps/keymap-erosq.c +++ b/apps/keymaps/keymap-erosq.c @@ -118,7 +118,7 @@ static const struct button_mapping button_context_tree[] = { }; /* button_context_tree */ static const struct button_mapping button_context_yesno[] = { - { ACTION_YESNO_ACCEPT, BUTTON_PLAY|BUTTON_REL, BUTTON_NONE }, + { ACTION_YESNO_ACCEPT, BUTTON_PLAY, BUTTON_NONE }, LAST_ITEM_IN_LIST__NEXTLIST(CONTEXT_STD), }; /* button_context_settings_yesno */