summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/keymaps/keymap-agptekrocker.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/keymaps/keymap-agptekrocker.c b/apps/keymaps/keymap-agptekrocker.c
index d1fa0170e6..aa7c687ce4 100644
--- a/apps/keymaps/keymap-agptekrocker.c
+++ b/apps/keymaps/keymap-agptekrocker.c
@@ -206,7 +206,7 @@ static const struct button_mapping button_context_keyboard[] = {
206}; /* button_context_keyboard */ 206}; /* button_context_keyboard */
207 207
208static const struct button_mapping button_context_bmark[] = { 208static const struct button_mapping button_context_bmark[] = {
209 { ACTION_BMS_DELETE, BUTTON_LEFT, BUTTON_NONE }, 209 { ACTION_BMS_DELETE, BUTTON_SELECT|BUTTON_REPEAT, BUTTON_SELECT },
210 210
211 LAST_ITEM_IN_LIST__NEXTLIST(CONTEXT_LIST), 211 LAST_ITEM_IN_LIST__NEXTLIST(CONTEXT_LIST),
212}; /* button_context_bmark */ 212}; /* button_context_bmark */