summaryrefslogtreecommitdiff
path: root/apps/keymaps/keymap-ondio.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/keymaps/keymap-ondio.c')
-rw-r--r--apps/keymaps/keymap-ondio.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/apps/keymaps/keymap-ondio.c b/apps/keymaps/keymap-ondio.c
index 141d23b5d1..1a1411093e 100644
--- a/apps/keymaps/keymap-ondio.c
+++ b/apps/keymaps/keymap-ondio.c
@@ -77,13 +77,13 @@ const struct button_mapping button_context_settings[] = {
77 { ACTION_STD_OK, BUTTON_LEFT, BUTTON_NONE }, 77 { ACTION_STD_OK, BUTTON_LEFT, BUTTON_NONE },
78 { ACTION_STD_CANCEL, BUTTON_MENU, BUTTON_NONE }, 78 { ACTION_STD_CANCEL, BUTTON_MENU, BUTTON_NONE },
79 79
80 LAST_ITEM_IN_LIST 80 LAST_ITEM_IN_LIST__NEXTLIST(CONTEXT_STD)
81}; 81};
82const struct button_mapping button_context_tree[] = { 82const struct button_mapping button_context_tree[] = {
83 { ACTION_TREE_WPS, BUTTON_MENU|BUTTON_REL, BUTTON_MENU }, 83 { ACTION_TREE_WPS, BUTTON_MENU|BUTTON_REL, BUTTON_MENU },
84 { ACTION_TREE_STOP, BUTTON_OFF, BUTTON_NONE }, 84 { ACTION_TREE_STOP, BUTTON_OFF, BUTTON_NONE },
85 85
86 LAST_ITEM_IN_LIST 86 LAST_ITEM_IN_LIST__NEXTLIST(CONTEXT_STD)
87}; /* button_context_listtree */ 87}; /* button_context_listtree */
88const struct button_mapping button_context_tree_scroll_lr[] = { 88const struct button_mapping button_context_tree_scroll_lr[] = {
89 { ACTION_NONE, BUTTON_LEFT, BUTTON_NONE }, 89 { ACTION_NONE, BUTTON_LEFT, BUTTON_NONE },
@@ -101,7 +101,7 @@ const struct button_mapping button_context_tree_scroll_lr[] = {
101const struct button_mapping button_context_yesno[] = { 101const struct button_mapping button_context_yesno[] = {
102 { ACTION_YESNO_ACCEPT, BUTTON_RIGHT, BUTTON_NONE }, 102 { ACTION_YESNO_ACCEPT, BUTTON_RIGHT, BUTTON_NONE },
103 103
104 LAST_ITEM_IN_LIST 104 LAST_ITEM_IN_LIST__NEXTLIST(CONTEXT_STD)
105}; 105};
106 106
107struct button_mapping button_context_bmark[] = { 107struct button_mapping button_context_bmark[] = {
@@ -124,7 +124,7 @@ const struct button_mapping button_context_pitchscreen[] = {
124 { ACTION_PS_RESET, BUTTON_MENU, BUTTON_NONE }, 124 { ACTION_PS_RESET, BUTTON_MENU, BUTTON_NONE },
125 { ACTION_PS_EXIT, BUTTON_OFF, BUTTON_NONE }, 125 { ACTION_PS_EXIT, BUTTON_OFF, BUTTON_NONE },
126 126
127 LAST_ITEM_IN_LIST 127 LAST_ITEM_IN_LIST__NEXTLIST(CONTEXT_STD)
128}; /* button_context_quickscreen */ 128}; /* button_context_quickscreen */
129 129
130const struct button_mapping button_context_recscreen[] = { 130const struct button_mapping button_context_recscreen[] = {
@@ -134,7 +134,7 @@ const struct button_mapping button_context_recscreen[] = {
134 { ACTION_SETTINGS_DEC, BUTTON_LEFT, BUTTON_NONE }, 134 { ACTION_SETTINGS_DEC, BUTTON_LEFT, BUTTON_NONE },
135 { ACTION_SETTINGS_DEC, BUTTON_LEFT|BUTTON_REPEAT, BUTTON_NONE }, 135 { ACTION_SETTINGS_DEC, BUTTON_LEFT|BUTTON_REPEAT, BUTTON_NONE },
136 136
137 LAST_ITEM_IN_LIST 137 LAST_ITEM_IN_LIST__NEXTLIST(CONTEXT_STD)
138}; /* button_context_recscreen */ 138}; /* button_context_recscreen */
139 139
140const struct button_mapping* get_context_mapping( int context ) 140const struct button_mapping* get_context_mapping( int context )