Skip to content

Commit

Permalink
feat: add default mappings for L3 and R3 in FgcMode
Browse files Browse the repository at this point in the history
  • Loading branch information
JonnyHaystack committed Jun 11, 2024
1 parent 8b51244 commit d80420c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/modes/FgcMode.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ void FgcMode::UpdateDigitalOutputs(const InputState &inputs, OutputState &output
outputs.start = inputs.mb1;
outputs.select = inputs.rt3;
outputs.home = inputs.rt2;
outputs.leftStickClick = inputs.rt1;
outputs.rightStickClick = inputs.rt5;

// Right hand bottom row
outputs.a = inputs.rf1;
Expand Down

0 comments on commit d80420c

Please sign in to comment.