summaryrefslogtreecommitdiff
path: root/apps/keymaps/keymap-erosq.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/keymaps/keymap-erosq.c')
-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 */