summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/keymaps/keymap-h1x0_h3x0.c12
1 files changed, 5 insertions, 7 deletions
diff --git a/apps/keymaps/keymap-h1x0_h3x0.c b/apps/keymaps/keymap-h1x0_h3x0.c
index 7793669d33..fc052ea491 100644
--- a/apps/keymaps/keymap-h1x0_h3x0.c
+++ b/apps/keymaps/keymap-h1x0_h3x0.c
@@ -496,15 +496,13 @@ const struct button_mapping *button_context_yesno_h300lcdremote =
496 496
497const struct button_mapping button_context_bmark_h100remote[] = { 497const struct button_mapping button_context_bmark_h100remote[] = {
498 { ACTION_BMS_DELETE, BUTTON_RC_REC, BUTTON_NONE }, 498 { ACTION_BMS_DELETE, BUTTON_RC_REC, BUTTON_NONE },
499 { ACTION_STD_OK, BUTTON_RC_ON, BUTTON_NONE }, 499 { ACTION_BMS_SELECT, BUTTON_RC_MENU, BUTTON_NONE },
500 LAST_ITEM_IN_LIST__NEXTLIST(CONTEXT_SETTINGS|CONTEXT_REMOTE), 500 { ACTION_BMS_EXIT, BUTTON_RC_STOP, BUTTON_NONE },
501 LAST_ITEM_IN_LIST__NEXTLIST(CONTEXT_STD)
501}; /* button_context_settings_bmark */ 502}; /* button_context_settings_bmark */
502 503
503const struct button_mapping button_context_bmark_h300lcdremote[] = { 504const struct button_mapping *button_context_bmark_h300lcdremote =
504 { ACTION_BMS_DELETE, BUTTON_RC_REC, BUTTON_NONE }, 505 button_context_bmark_h100remote;
505 { ACTION_STD_OK, BUTTON_RC_MENU, BUTTON_NONE },
506 LAST_ITEM_IN_LIST__NEXTLIST(CONTEXT_SETTINGS|CONTEXT_REMOTE),
507};
508 506
509const struct button_mapping button_context_quickscreen_nonlcdremote[] = { 507const struct button_mapping button_context_quickscreen_nonlcdremote[] = {
510 { ACTION_QS_DOWNINV, BUTTON_RC_VOL_UP, BUTTON_NONE }, 508 { ACTION_QS_DOWNINV, BUTTON_RC_VOL_UP, BUTTON_NONE },