summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/keymaps/keymap-h1x0_h3x0.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/apps/keymaps/keymap-h1x0_h3x0.c b/apps/keymaps/keymap-h1x0_h3x0.c
index 969bb9c46b..d7096cb5c0 100644
--- a/apps/keymaps/keymap-h1x0_h3x0.c
+++ b/apps/keymaps/keymap-h1x0_h3x0.c
@@ -395,7 +395,7 @@ const struct button_mapping button_context_settingsgraphical_h100remote[] = {
395 { ACTION_STD_NEXTREPEAT, BUTTON_RC_BITRATE|BUTTON_REPEAT, BUTTON_NONE }, 395 { ACTION_STD_NEXTREPEAT, BUTTON_RC_BITRATE|BUTTON_REPEAT, BUTTON_NONE },
396 396
397 LAST_ITEM_IN_LIST 397 LAST_ITEM_IN_LIST
398}; /* button_context_recscreen_h100remote*/ 398}; /* button_context_settingsgraphical_h100remote */
399 399
400const struct button_mapping button_context_settingsgraphical_h300lcdremote[] = { 400const struct button_mapping button_context_settingsgraphical_h300lcdremote[] = {
401 { ACTION_SETTINGS_INC, BUTTON_RC_FF, BUTTON_NONE }, 401 { ACTION_SETTINGS_INC, BUTTON_RC_FF, BUTTON_NONE },
@@ -408,7 +408,7 @@ const struct button_mapping button_context_settingsgraphical_h300lcdremote[] =
408 { ACTION_STD_NEXTREPEAT, BUTTON_RC_VOL_DOWN|BUTTON_REPEAT, BUTTON_NONE }, 408 { ACTION_STD_NEXTREPEAT, BUTTON_RC_VOL_DOWN|BUTTON_REPEAT, BUTTON_NONE },
409 409
410 LAST_ITEM_IN_LIST 410 LAST_ITEM_IN_LIST
411}; /* button_context_recscreen_h300lcdremote */ 411}; /* button_context_settingsgraphical_h300remote */
412 412
413const struct button_mapping button_context_yesno_h100remote[] = { 413const struct button_mapping button_context_yesno_h100remote[] = {
414 { ACTION_YESNO_ACCEPT, BUTTON_RC_MENU, BUTTON_NONE }, 414 { ACTION_YESNO_ACCEPT, BUTTON_RC_MENU, BUTTON_NONE },
@@ -498,7 +498,7 @@ const struct button_mapping button_context_recscreen_h100remote[] = {
498 { ACTION_SETTINGS_DEC, BUTTON_RC_SOURCE|BUTTON_REPEAT, BUTTON_NONE }, 498 { ACTION_SETTINGS_DEC, BUTTON_RC_SOURCE|BUTTON_REPEAT, BUTTON_NONE },
499 499
500 LAST_ITEM_IN_LIST 500 LAST_ITEM_IN_LIST
501}; 501}; /* button_context_recscreen_h100remote */
502 502
503const struct button_mapping button_context_recscreen_h300lcdremote[] = { 503const struct button_mapping button_context_recscreen_h300lcdremote[] = {
504 { ACTION_REC_LCD, BUTTON_RC_SOURCE, BUTTON_NONE }, 504 { ACTION_REC_LCD, BUTTON_RC_SOURCE, BUTTON_NONE },
@@ -510,7 +510,7 @@ const struct button_mapping button_context_recscreen_h300lcdremote[] = {
510 { ACTION_SETTINGS_DEC, BUTTON_RC_REW|BUTTON_REPEAT, BUTTON_NONE }, 510 { ACTION_SETTINGS_DEC, BUTTON_RC_REW|BUTTON_REPEAT, BUTTON_NONE },
511 511
512 LAST_ITEM_IN_LIST 512 LAST_ITEM_IN_LIST
513}; 513}; /* button_context_recscreen_h300lcdremote */
514 514
515 515
516/* the actual used tables */ 516/* the actual used tables */