summaryrefslogtreecommitdiff
path: root/apps/keymaps/keymap-h1x0_h3x0.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/keymaps/keymap-h1x0_h3x0.c')
-rw-r--r--apps/keymaps/keymap-h1x0_h3x0.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/keymaps/keymap-h1x0_h3x0.c b/apps/keymaps/keymap-h1x0_h3x0.c
index 2df035c76b..08e2312a89 100644
--- a/apps/keymaps/keymap-h1x0_h3x0.c
+++ b/apps/keymaps/keymap-h1x0_h3x0.c
@@ -183,7 +183,8 @@ const struct button_mapping button_context_eq[] = {
183 183
184const struct button_mapping button_context_bmark[] = { 184const struct button_mapping button_context_bmark[] = {
185 { ACTION_BMS_DELETE, BUTTON_REC, BUTTON_NONE }, 185 { ACTION_BMS_DELETE, BUTTON_REC, BUTTON_NONE },
186 { ACTION_STD_OK, BUTTON_SELECT, BUTTON_NONE }, 186 { ACTION_BMS_SELECT, BUTTON_SELECT, BUTTON_NONE },
187 { ACTION_BMS_EXIT, BUTTON_OFF, BUTTON_NONE },
187 LAST_ITEM_IN_LIST__NEXTLIST(CONTEXT_CUSTOM|CONTEXT_SETTINGS), 188 LAST_ITEM_IN_LIST__NEXTLIST(CONTEXT_CUSTOM|CONTEXT_SETTINGS),
188}; /* button_context_settings_bmark */ 189}; /* button_context_settings_bmark */
189 190