summaryrefslogtreecommitdiff
path: root/apps/keymaps/keymap-ipod.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/keymaps/keymap-ipod.c')
-rw-r--r--apps/keymaps/keymap-ipod.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/apps/keymaps/keymap-ipod.c b/apps/keymaps/keymap-ipod.c
index 4e0fc1b862..b05db02aae 100644
--- a/apps/keymaps/keymap-ipod.c
+++ b/apps/keymaps/keymap-ipod.c
@@ -117,9 +117,7 @@ static const struct button_mapping button_context_yesno[] = {
117 117
118static const struct button_mapping button_context_bmark[] = { 118static const struct button_mapping button_context_bmark[] = {
119 { ACTION_BMS_DELETE, BUTTON_MENU|BUTTON_REPEAT, BUTTON_MENU }, 119 { ACTION_BMS_DELETE, BUTTON_MENU|BUTTON_REPEAT, BUTTON_MENU },
120 { ACTION_BMS_SELECT, BUTTON_SELECT, BUTTON_NONE }, 120 LAST_ITEM_IN_LIST__NEXTLIST(CONTEXT_LIST),
121 { ACTION_BMS_EXIT, BUTTON_PLAY, BUTTON_NONE },
122 LAST_ITEM_IN_LIST__NEXTLIST(CONTEXT_SETTINGS),
123}; /* button_context_settings_bmark */ 121}; /* button_context_settings_bmark */
124 122
125static const struct button_mapping button_context_quickscreen[] = { 123static const struct button_mapping button_context_quickscreen[] = {