summaryrefslogtreecommitdiff
path: root/apps/keymaps/keymap-mpio-hd200.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/keymaps/keymap-mpio-hd200.c')
-rw-r--r--apps/keymaps/keymap-mpio-hd200.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/apps/keymaps/keymap-mpio-hd200.c b/apps/keymaps/keymap-mpio-hd200.c
index 71b3190384..019d4bfac4 100644
--- a/apps/keymaps/keymap-mpio-hd200.c
+++ b/apps/keymaps/keymap-mpio-hd200.c
@@ -105,8 +105,10 @@ static const struct button_mapping button_context_settings[] = {
105static const struct button_mapping button_context_yesno[] = { 105static const struct button_mapping button_context_yesno[] = {
106 { ACTION_YESNO_ACCEPT, BUTTON_FUNC, BUTTON_NONE }, 106 { ACTION_YESNO_ACCEPT, BUTTON_FUNC, BUTTON_NONE },
107 { ACTION_YESNO_ACCEPT, BUTTON_PLAY, BUTTON_NONE }, 107 { ACTION_YESNO_ACCEPT, BUTTON_PLAY, BUTTON_NONE },
108 { ACTION_STD_CANCEL, BUTTON_VOL_UP, BUTTON_NONE },
109 { ACTION_STD_CANCEL, BUTTON_VOL_DOWN, BUTTON_NONE },
108 110
109 LAST_ITEM_IN_LIST 111 LAST_ITEM_IN_LIST__NEXTLIST(CONTEXT_STD)
110}; /* button_context_yesno */ 112}; /* button_context_yesno */
111 113
112static const struct button_mapping button_context_bmark[] = { 114static const struct button_mapping button_context_bmark[] = {
@@ -269,7 +271,7 @@ static const struct button_mapping button_rc_context_yesno[] = {
269 { ACTION_YESNO_ACCEPT, BUTTON_RC_FUNC, BUTTON_NONE }, 271 { ACTION_YESNO_ACCEPT, BUTTON_RC_FUNC, BUTTON_NONE },
270 { ACTION_YESNO_ACCEPT, BUTTON_RC_PLAY, BUTTON_NONE }, 272 { ACTION_YESNO_ACCEPT, BUTTON_RC_PLAY, BUTTON_NONE },
271 273
272 LAST_ITEM_IN_LIST 274 LAST_ITEM_IN_LIST__NEXTLIST(CONTEXT_STD)
273}; /* button_context_yesno */ 275}; /* button_context_yesno */
274 276
275static const struct button_mapping button_rc_context_radio[] = { 277static const struct button_mapping button_rc_context_radio[] = {