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.c15
1 files changed, 11 insertions, 4 deletions
diff --git a/apps/keymaps/keymap-h1x0_h3x0.c b/apps/keymaps/keymap-h1x0_h3x0.c
index e65aa4c349..f5ccfdce70 100644
--- a/apps/keymaps/keymap-h1x0_h3x0.c
+++ b/apps/keymaps/keymap-h1x0_h3x0.c
@@ -280,10 +280,17 @@ const struct button_mapping button_context_standard_h300lcdremote[] = {
280const struct button_mapping *button_context_wps_h300lcdremote = 280const struct button_mapping *button_context_wps_h300lcdremote =
281 button_context_wps_h100lcdremote; 281 button_context_wps_h100lcdremote;
282 282
283/* FIXME: the same as h100 ?? */ 283const struct button_mapping button_context_listtree_h300lcdremote[] = {
284const struct button_mapping *button_context_listtree_h300lcdremote = 284 { ACTION_LISTTREE_PGUP, BUTTON_RC_SOURCE, BUTTON_NONE },
285 button_context_listtree_h100lcdremote; 285 { ACTION_LISTTREE_PGUP, BUTTON_RC_SOURCE|BUTTON_REPEAT, BUTTON_NONE },
286/* FIXME: the same as h100 ?? */ 286 { ACTION_LISTTREE_PGDOWN, BUTTON_RC_BITRATE, BUTTON_NONE },
287 { ACTION_LISTTREE_PGDOWN, BUTTON_RC_BITRATE|BUTTON_REPEAT, BUTTON_NONE },
288 { ACTION_TREE_WPS, BUTTON_RC_ON|BUTTON_REL, BUTTON_RC_ON },
289 { ACTION_TREE_STOP, BUTTON_RC_STOP, BUTTON_NONE },
290
291 LAST_ITEM_IN_LIST
292
293}; /* button_context_listtree_h300lcdremote */
287 294
288const struct button_mapping *button_context_settings_h300lcdremote = 295const struct button_mapping *button_context_settings_h300lcdremote =
289 button_context_settings_h100lcdremote; 296 button_context_settings_h100lcdremote;