summaryrefslogtreecommitdiff
path: root/apps/keymaps
diff options
context:
space:
mode:
Diffstat (limited to 'apps/keymaps')
-rw-r--r--apps/keymaps/keymap-recorder.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/keymaps/keymap-recorder.c b/apps/keymaps/keymap-recorder.c
index 409aebf600..8cb6790fe7 100644
--- a/apps/keymaps/keymap-recorder.c
+++ b/apps/keymaps/keymap-recorder.c
@@ -91,7 +91,7 @@ static const struct button_mapping button_context_settings[] = {
91}; 91};
92 92
93static const struct button_mapping button_context_tree[] = { 93static const struct button_mapping button_context_tree[] = {
94 { ACTION_TREE_WPS, BUTTON_PLAY, BUTTON_NONE }, 94 { ACTION_TREE_WPS, BUTTON_ON, BUTTON_NONE },
95 { ACTION_TREE_STOP, BUTTON_OFF, BUTTON_NONE }, 95 { ACTION_TREE_STOP, BUTTON_OFF, BUTTON_NONE },
96 96
97 LAST_ITEM_IN_LIST 97 LAST_ITEM_IN_LIST