summaryrefslogtreecommitdiff
path: root/apps/keymaps/keymap-xduoox3.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/keymaps/keymap-xduoox3.c')
-rw-r--r--apps/keymaps/keymap-xduoox3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/keymaps/keymap-xduoox3.c b/apps/keymaps/keymap-xduoox3.c
index 31f8aa0946..e73798d4fe 100644
--- a/apps/keymaps/keymap-xduoox3.c
+++ b/apps/keymaps/keymap-xduoox3.c
@@ -85,7 +85,7 @@ static const struct button_mapping button_context_list[] = {
85 85
86/** Bookmark Screen **/ 86/** Bookmark Screen **/
87static const struct button_mapping button_context_bmark[] = { 87static const struct button_mapping button_context_bmark[] = {
88 { ACTION_BMS_DELETE, BUTTON_PLAY|BUTTON_REPEAT, BUTTON_PLAY }, 88 { ACTION_BMS_DELETE, BUTTON_HOME|BUTTON_REPEAT, BUTTON_PLAY },
89 89
90 LAST_ITEM_IN_LIST__NEXTLIST(CONTEXT_LIST) 90 LAST_ITEM_IN_LIST__NEXTLIST(CONTEXT_LIST)
91}; /* button_context_bmark */ 91}; /* button_context_bmark */