Skip to content

Commit

Permalink
fix: add missing remap for split FGC mode
Browse files Browse the repository at this point in the history
  • Loading branch information
JonnyHaystack committed Jun 6, 2024
1 parent 296a34f commit 43f03a3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/glyph/include/glyph_overrides.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,9 @@ const Config default_config = {
SocdPair { .button_dir1 = BTN_LF3, .button_dir2 = BTN_LF1, .socd_type = SOCD_NEUTRAL },
SocdPair { .button_dir1 = BTN_LF2, .button_dir2 = BTN_LT1, .socd_type = SOCD_NEUTRAL },
},
.button_remapping_count = 6,
.button_remapping_count = 7,
.button_remapping = {
ButtonRemap { .physical_button = BTN_RT4, .activates = BTN_LT1 },
ButtonRemap { .physical_button = BTN_MB3, .activates = BTN_RT3 },
ButtonRemap { .physical_button = BTN_MB4, .activates = BTN_RT2 },
ButtonRemap { .physical_button = BTN_MB2, .activates = BTN_MB1 },
Expand Down

0 comments on commit 43f03a3

Please sign in to comment.