summaryrefslogtreecommitdiff
path: root/apps/keymaps/keymap-m3.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/keymaps/keymap-m3.c')
-rw-r--r--apps/keymaps/keymap-m3.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/keymaps/keymap-m3.c b/apps/keymaps/keymap-m3.c
index 6192d7ff6b..bcd96d664b 100644
--- a/apps/keymaps/keymap-m3.c
+++ b/apps/keymaps/keymap-m3.c
@@ -379,12 +379,12 @@ static const struct button_mapping remote_button_context_wps[] = {
379/** Yes/No Screen **/ 379/** Yes/No Screen **/
380static const struct button_mapping button_context_yesnoscreen[] = { 380static const struct button_mapping button_context_yesnoscreen[] = {
381 { ACTION_YESNO_ACCEPT, BUTTON_PLAY, BUTTON_NONE }, 381 { ACTION_YESNO_ACCEPT, BUTTON_PLAY, BUTTON_NONE },
382 LAST_ITEM_IN_LIST 382 LAST_ITEM_IN_LIST__NEXTLIST(CONTEXT_STD)
383}; /* button_context_yesnoscreen */ 383}; /* button_context_yesnoscreen */
384 384
385static const struct button_mapping remote_button_context_yesnoscreen[] = { 385static const struct button_mapping remote_button_context_yesnoscreen[] = {
386 { ACTION_YESNO_ACCEPT, BUTTON_RC_PLAY, BUTTON_NONE }, 386 { ACTION_YESNO_ACCEPT, BUTTON_RC_PLAY, BUTTON_NONE },
387 LAST_ITEM_IN_LIST 387 LAST_ITEM_IN_LIST__NEXTLIST(CONTEXT_STD)
388}; /* remote_button_context_yesnoscreen */ 388}; /* remote_button_context_yesnoscreen */
389 389
390 390