summaryrefslogtreecommitdiff
path: root/apps/keymaps/keymap-mr500.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/keymaps/keymap-mr500.c')
-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 aa04461..b1a3e4a 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[] = {
}; /* button_context_settingsgraphical */
static const struct button_mapping button_context_yesno[] = {
- { ACTION_YESNO_ACCEPT, BUTTON_RC_PLAY|BUTTON_REL, BUTTON_NONE },
+ { ACTION_YESNO_ACCEPT, BUTTON_RC_PLAY, BUTTON_NONE },
+ { ACTION_YESNO_ACCEPT, BUTTON_POWER, BUTTON_NONE },
LAST_ITEM_IN_LIST__NEXTLIST(CONTEXT_STD)
}; /* button_context_settings_yesno */