summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDana Conrad <dconrad@fastmail.com>2021-06-05 17:59:46 -0500
committerSolomon Peachy <pizza@shaftnet.org>2021-06-06 21:44:24 +0000
commit4c94c1791378aeccc419354dd3fc5eb7776793cb (patch)
treeab0e98148ccd5315214fcb91e39d6c5f8a082fbe
parent2b23d3ecaf2074ad640f66ff198b6043f3ea9e6e (diff)
downloadrockbox-4c94c1791378aeccc419354dd3fc5eb7776793cb.tar.gz
rockbox-4c94c1791378aeccc419354dd3fc5eb7776793cb.zip
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
-rw-r--r--apps/keymaps/keymap-erosq.c2
1 files changed, 1 insertions, 1 deletions
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[] = {
118}; /* button_context_tree */ 118}; /* button_context_tree */
119 119
120static const struct button_mapping button_context_yesno[] = { 120static const struct button_mapping button_context_yesno[] = {
121 { ACTION_YESNO_ACCEPT, BUTTON_PLAY|BUTTON_REL, BUTTON_NONE }, 121 { ACTION_YESNO_ACCEPT, BUTTON_PLAY, BUTTON_NONE },
122 122
123 LAST_ITEM_IN_LIST__NEXTLIST(CONTEXT_STD), 123 LAST_ITEM_IN_LIST__NEXTLIST(CONTEXT_STD),
124}; /* button_context_settings_yesno */ 124}; /* button_context_settings_yesno */