Skip to content

Commit

Permalink
Add FAVHID_1 to example
Browse files Browse the repository at this point in the history
  • Loading branch information
fredemmott committed Jan 3, 2024
1 parent 7c5df9a commit e062b18
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,14 @@ Visual Studio 2022 is required.
#include <cpp-remapper/easymode.h>

int main() {
auto [p, throttle, stick, vj1, vj2, x360, ds4] = create_profile(
auto [p, throttle, stick, vj1, vj2, x360, ds4, fh1] = create_profile(
TM_WARTHOG_THROTTLE,
VPC_RIGHT_WARBRD,
VJOY_1,
VJOY_2,
VIGEM_X360_PAD,
VIGEM_DS4_PAD,
FAVHID_1,
);

// Copy all inputs to outputs (only supported for VJoy outputs)
Expand Down

0 comments on commit e062b18

Please sign in to comment.