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