summaryrefslogtreecommitdiff
path: root/apps/keymaps/keymap-ondio.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/keymaps/keymap-ondio.c')
-rw-r--r--apps/keymaps/keymap-ondio.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/apps/keymaps/keymap-ondio.c b/apps/keymaps/keymap-ondio.c
index 506444e094..10a27ca9c1 100644
--- a/apps/keymaps/keymap-ondio.c
+++ b/apps/keymaps/keymap-ondio.c
@@ -113,10 +113,8 @@ static const struct button_mapping button_context_yesno[] = {
113static const struct button_mapping button_context_bmark[] = { 113static const struct button_mapping button_context_bmark[] = {
114 { ACTION_NONE, BUTTON_LEFT, BUTTON_NONE }, 114 { ACTION_NONE, BUTTON_LEFT, BUTTON_NONE },
115 { ACTION_BMS_DELETE, BUTTON_LEFT|BUTTON_REPEAT, BUTTON_LEFT }, 115 { ACTION_BMS_DELETE, BUTTON_LEFT|BUTTON_REPEAT, BUTTON_LEFT },
116 { ACTION_BMS_EXIT, BUTTON_LEFT|BUTTON_REL, BUTTON_LEFT },
117 { ACTION_BMS_SELECT, BUTTON_RIGHT, BUTTON_NONE },
118 116
119 LAST_ITEM_IN_LIST__NEXTLIST(CONTEXT_STD), 117 LAST_ITEM_IN_LIST__NEXTLIST(CONTEXT_LIST),
120}; /* button_context_settings_bmark */ 118}; /* button_context_settings_bmark */
121 119
122static const struct button_mapping button_context_pitchscreen[] = { 120static const struct button_mapping button_context_pitchscreen[] = {