summaryrefslogtreecommitdiff
path: root/apps/keymaps/keymap-e200.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/keymaps/keymap-e200.c')
-rw-r--r--apps/keymaps/keymap-e200.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/apps/keymaps/keymap-e200.c b/apps/keymaps/keymap-e200.c
index c946b5feca..280837bbfd 100644
--- a/apps/keymaps/keymap-e200.c
+++ b/apps/keymaps/keymap-e200.c
@@ -219,10 +219,8 @@ static const struct button_mapping button_context_keyboard[] = {
219 219
220static const struct button_mapping button_context_bmark[] = { 220static const struct button_mapping button_context_bmark[] = {
221 { ACTION_BMS_DELETE, BUTTON_UP, BUTTON_NONE }, 221 { ACTION_BMS_DELETE, BUTTON_UP, BUTTON_NONE },
222 { ACTION_BMS_SELECT, BUTTON_SELECT, BUTTON_NONE },
223 { ACTION_BMS_EXIT, BUTTON_POWER, BUTTON_NONE },
224 222
225 LAST_ITEM_IN_LIST__NEXTLIST(CONTEXT_STD), 223 LAST_ITEM_IN_LIST__NEXTLIST(CONTEXT_LIST),
226}; /* button_context_bmark */ 224}; /* button_context_bmark */
227 225
228/* get_context_mapping returns a pointer to one of the above defined arrays depending on the context */ 226/* get_context_mapping returns a pointer to one of the above defined arrays depending on the context */