summaryrefslogtreecommitdiff
path: root/apps/keymaps/keymap-h1x0_h3x0.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/keymaps/keymap-h1x0_h3x0.c')
-rw-r--r--apps/keymaps/keymap-h1x0_h3x0.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/keymaps/keymap-h1x0_h3x0.c b/apps/keymaps/keymap-h1x0_h3x0.c
index ff87bff7d3..9eebdf25c1 100644
--- a/apps/keymaps/keymap-h1x0_h3x0.c
+++ b/apps/keymaps/keymap-h1x0_h3x0.c
@@ -251,7 +251,7 @@ const struct button_mapping button_context_standard_h100remote[] = {
251 { ACTION_STD_OK, BUTTON_RC_ON, BUTTON_NONE }, 251 { ACTION_STD_OK, BUTTON_RC_ON, BUTTON_NONE },
252 { ACTION_STD_OK, BUTTON_RC_MENU|BUTTON_REL, BUTTON_RC_MENU }, 252 { ACTION_STD_OK, BUTTON_RC_MENU|BUTTON_REL, BUTTON_RC_MENU },
253 253
254 LAST_ITEM_IN_LIST__NEXTLIST(CONTEXT_STD) 254 LAST_ITEM_IN_LIST
255}; /* button_context_standard_h100lcdremote */ 255}; /* button_context_standard_h100lcdremote */
256 256
257const struct button_mapping button_context_standard_h300lcdremote[] = { 257const struct button_mapping button_context_standard_h300lcdremote[] = {
@@ -268,7 +268,7 @@ const struct button_mapping button_context_standard_h300lcdremote[] = {
268 { ACTION_STD_OK, BUTTON_RC_MENU|BUTTON_REL, BUTTON_RC_MENU }, 268 { ACTION_STD_OK, BUTTON_RC_MENU|BUTTON_REL, BUTTON_RC_MENU },
269 { ACTION_STD_OK, BUTTON_RC_FF, BUTTON_NONE }, 269 { ACTION_STD_OK, BUTTON_RC_FF, BUTTON_NONE },
270 270
271 LAST_ITEM_IN_LIST__NEXTLIST(CONTEXT_STD) 271 LAST_ITEM_IN_LIST
272 272
273}; 273};
274 274