summaryrefslogtreecommitdiff
path: root/apps/keymaps/keymap-av300.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/keymaps/keymap-av300.c')
-rw-r--r--apps/keymaps/keymap-av300.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/apps/keymaps/keymap-av300.c b/apps/keymaps/keymap-av300.c
index e451d708cf..552fc2a4d8 100644
--- a/apps/keymaps/keymap-av300.c
+++ b/apps/keymaps/keymap-av300.c
@@ -198,10 +198,8 @@ static const struct button_mapping button_context_keyboard[] = {
198static const struct button_mapping button_context_bmark[] = { 198static const struct button_mapping button_context_bmark[] = {
199 { ACTION_BMS_DELETE, BUTTON_SELECT|BUTTON_ON, BUTTON_SELECT }, 199 { ACTION_BMS_DELETE, BUTTON_SELECT|BUTTON_ON, BUTTON_SELECT },
200 { ACTION_BMS_DELETE, BUTTON_SELECT|BUTTON_ON, BUTTON_ON }, 200 { ACTION_BMS_DELETE, BUTTON_SELECT|BUTTON_ON, BUTTON_ON },
201 { ACTION_BMS_EXIT, BUTTON_OFF, BUTTON_NONE },
202 { ACTION_BMS_SELECT, BUTTON_SELECT|BUTTON_REL, BUTTON_SELECT },
203 201
204 LAST_ITEM_IN_LIST__NEXTLIST(CONTEXT_STD), 202 LAST_ITEM_IN_LIST__NEXTLIST(CONTEXT_LIST),
205 203
206}; /* button_context_settings_bmark */ 204}; /* button_context_settings_bmark */
207 205