Skip to content

Commit

Permalink
Swap L3 and R3 buttons on the PS5 joystick profile
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaellehmkuhl committed Aug 25, 2023
1 parent 1dab3da commit dc05333
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/assets/joystick-profiles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export const availableGamepadToCockpitMaps: { [key in JoystickModel]: GamepadToC
[JoystickModel.DualSense]: {
name: 'DualSense',
axes: [0, 1, 2, 3],
buttons: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 11, 10, 12, 13, 14, 15, 16, 17],
buttons: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17],
},
[JoystickModel.DualShock4]: {
name: 'DualShock4',
Expand Down

0 comments on commit dc05333

Please sign in to comment.