Skip to content

Commit

Permalink
fix: incorrect button remap for Glyph split FGC
Browse files Browse the repository at this point in the history
  • Loading branch information
JonnyHaystack committed Jun 8, 2024
1 parent 43f03a3 commit 38ccfa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/glyph/include/glyph_overrides.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ const Config default_config = {
},
.button_remapping_count = 7,
.button_remapping = {
ButtonRemap { .physical_button = BTN_RT4, .activates = BTN_LT1 },
ButtonRemap { .physical_button = BTN_RT1, .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 38ccfa9

Please sign in to comment.