summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 7793669..fc052ea 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 =
const struct button_mapping button_context_bmark_h100remote[] = {
{ ACTION_BMS_DELETE, BUTTON_RC_REC, BUTTON_NONE },
- { ACTION_STD_OK, BUTTON_RC_ON, BUTTON_NONE },
- LAST_ITEM_IN_LIST__NEXTLIST(CONTEXT_SETTINGS|CONTEXT_REMOTE),
+ { ACTION_BMS_SELECT, BUTTON_RC_MENU, BUTTON_NONE },
+ { ACTION_BMS_EXIT, BUTTON_RC_STOP, BUTTON_NONE },
+ LAST_ITEM_IN_LIST__NEXTLIST(CONTEXT_STD)
}; /* button_context_settings_bmark */
-const struct button_mapping button_context_bmark_h300lcdremote[] = {
- { ACTION_BMS_DELETE, BUTTON_RC_REC, BUTTON_NONE },
- { ACTION_STD_OK, BUTTON_RC_MENU, BUTTON_NONE },
- LAST_ITEM_IN_LIST__NEXTLIST(CONTEXT_SETTINGS|CONTEXT_REMOTE),
-};
+const struct button_mapping *button_context_bmark_h300lcdremote =
+ button_context_bmark_h100remote;
const struct button_mapping button_context_quickscreen_nonlcdremote[] = {
{ ACTION_QS_DOWNINV, BUTTON_RC_VOL_UP, BUTTON_NONE },