summaryrefslogtreecommitdiff
path: root/apps/keymaps
diff options
context:
space:
mode:
Diffstat (limited to 'apps/keymaps')
-rw-r--r--apps/keymaps/keymap-mr500.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/keymaps/keymap-mr500.c b/apps/keymaps/keymap-mr500.c
index aa04461b64..b1a3e4aae1 100644
--- a/apps/keymaps/keymap-mr500.c
+++ b/apps/keymaps/keymap-mr500.c
@@ -138,7 +138,8 @@ static const struct button_mapping button_context_settings_right_is_inc[] = {
138}; /* button_context_settingsgraphical */ 138}; /* button_context_settingsgraphical */
139 139
140static const struct button_mapping button_context_yesno[] = { 140static const struct button_mapping button_context_yesno[] = {
141 { ACTION_YESNO_ACCEPT, BUTTON_RC_PLAY|BUTTON_REL, BUTTON_NONE }, 141 { ACTION_YESNO_ACCEPT, BUTTON_RC_PLAY, BUTTON_NONE },
142 { ACTION_YESNO_ACCEPT, BUTTON_POWER, BUTTON_NONE },
142 LAST_ITEM_IN_LIST__NEXTLIST(CONTEXT_STD) 143 LAST_ITEM_IN_LIST__NEXTLIST(CONTEXT_STD)
143}; /* button_context_settings_yesno */ 144}; /* button_context_settings_yesno */
144 145