summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/keymaps/keymap-vibe500.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/keymaps/keymap-vibe500.c b/apps/keymaps/keymap-vibe500.c
index d43aaa6385..21826f3016 100644
--- a/apps/keymaps/keymap-vibe500.c
+++ b/apps/keymaps/keymap-vibe500.c
@@ -117,7 +117,7 @@ static const struct button_mapping button_context_yesno[] = {
117}; /* button_context_yesno */ 117}; /* button_context_yesno */
118 118
119static const struct button_mapping button_context_bmark[] = { 119static const struct button_mapping button_context_bmark[] = {
120 { ACTION_BMS_DELETE, BUTTON_MENU|BUTTON_REPEAT, BUTTON_MENU }, 120 { ACTION_BMS_DELETE, BUTTON_CANCEL|BUTTON_REPEAT, BUTTON_CANCEL },
121 LAST_ITEM_IN_LIST__NEXTLIST(CONTEXT_LIST), 121 LAST_ITEM_IN_LIST__NEXTLIST(CONTEXT_LIST),
122}; /* button_context_bmark */ 122}; /* button_context_bmark */
123 123