summaryrefslogtreecommitdiff
path: root/apps/keymaps/keymap-mpio-hd300.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/keymaps/keymap-mpio-hd300.c')
-rw-r--r--apps/keymaps/keymap-mpio-hd300.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/apps/keymaps/keymap-mpio-hd300.c b/apps/keymaps/keymap-mpio-hd300.c
index cdb617bed0..7941d1704b 100644
--- a/apps/keymaps/keymap-mpio-hd300.c
+++ b/apps/keymaps/keymap-mpio-hd300.c
@@ -109,8 +109,11 @@ static const struct button_mapping button_context_settings[] = {
109static const struct button_mapping button_context_yesno[] = { 109static const struct button_mapping button_context_yesno[] = {
110 { ACTION_YESNO_ACCEPT, BUTTON_ENTER, BUTTON_NONE }, 110 { ACTION_YESNO_ACCEPT, BUTTON_ENTER, BUTTON_NONE },
111 { ACTION_YESNO_ACCEPT, BUTTON_PLAY, BUTTON_NONE }, 111 { ACTION_YESNO_ACCEPT, BUTTON_PLAY, BUTTON_NONE },
112 { ACTION_STD_CANCEL, BUTTON_REW, BUTTON_NONE },
113 { ACTION_STD_CANCEL, BUTTON_FF, BUTTON_NONE },
114 { ACTION_STD_CANCEL, BUTTON_REC, BUTTON_NONE },
112 115
113 LAST_ITEM_IN_LIST 116 LAST_ITEM_IN_LIST__NEXTLIST(CONTEXT_STD)
114}; /* button_context_yesno */ 117}; /* button_context_yesno */
115 118
116static const struct button_mapping button_context_bmark[] = { 119static const struct button_mapping button_context_bmark[] = {