summaryrefslogtreecommitdiff
path: root/apps/keymaps/keymap-hm60x.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/keymaps/keymap-hm60x.c')
-rw-r--r--apps/keymaps/keymap-hm60x.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/keymaps/keymap-hm60x.c b/apps/keymaps/keymap-hm60x.c
index 1050ec7f31..2e1f3dd516 100644
--- a/apps/keymaps/keymap-hm60x.c
+++ b/apps/keymaps/keymap-hm60x.c
@@ -176,7 +176,7 @@ static const struct button_mapping button_context_tree_scroll_lr[] = {
176/** Yes/No Screen **/ 176/** Yes/No Screen **/
177static const struct button_mapping button_context_yesnoscreen[] = { 177static const struct button_mapping button_context_yesnoscreen[] = {
178 { ACTION_YESNO_ACCEPT, BUTTON_SELECT, BUTTON_NONE }, 178 { ACTION_YESNO_ACCEPT, BUTTON_SELECT, BUTTON_NONE },
179 LAST_ITEM_IN_LIST 179 LAST_ITEM_IN_LIST__NEXTLIST(CONTEXT_STD)
180}; /* button_context_settings_yesnoscreen */ 180}; /* button_context_settings_yesnoscreen */
181 181
182/* get_context_mapping returns a pointer to one of the above defined arrays depending on the context */ 182/* get_context_mapping returns a pointer to one of the above defined arrays depending on the context */