Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
o0Zz committed Jun 25, 2024
1 parent 94d2941 commit b6d4af0
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 12 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ Where 1, 2, 3, 4, ... is the key ID noted in step 7.
Note: Depending to the controller, this windows procedure might not works. If the mapping is incorrect, switch to Method 1

## Troubleshooting
For common issues a troubleshooting guide is available: https://github.com/o0Zz/sys-con/blob/master/doc/Troubleshooting.md
For common issues a troubleshooting guide is available: [Troubleshooting](https://github.com/o0Zz/sys-con/blob/master/doc/Troubleshooting.md)

## Contribution
All contributions are welcome, you can be a simple user or developer, if you did some mapping work in the config.ini or if you have any feedback, feel free to share it in [Discussions](https://github.com/o0Zz/sys-con/discussions) or submit a [Pull request](https://github.com/o0Zz/sys-con/pulls)
Expand Down
26 changes: 15 additions & 11 deletions doc/Troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This means, if you see that your controller works partially (stick/joystick work
See the [README](https://github.com/o0Zz/sys-con?tab=readme-ov-file#configure-a-controller) for more details.

## My controller right sticks axis are reversed. (X and Y are reversed)
If your right joystick doesn't behave as it should (for example, you press up and it goes down)
If your right joystick doesn't behave as it should (for example, you press up and it goes right)
This means you need to map your joystick as well.
See the [README](https://github.com/o0Zz/sys-con?tab=readme-ov-file#configure-a-controller)

Expand All @@ -19,22 +19,26 @@ right_stick_y=Rz
Where right_stick_x and right_stick_y could be: Z, -Z, Rz, -Rz, Rx, -Rx, Ry, -Ry (try all combinations to find the right one)

## My XBOX One S/X controller is not detected
Ussually, this issue happend if you try to start the controller (Press XBOX button) when the USB is already plugged to the Switch.
Try below procedure:
1. Unplug the controller from the switch
2. Shutdown the controller
This usually happens when you try to start the controller (press the XBOX button) when the USB is already connected to the switch.
Try the following procedure:
1. Disconnect the controller from the switch
2. Shut down the controller
3. Power on the controller
4. Plug the controller to the switch (Make sure the switch is wakeup)
4. Connect the controller to the switch (make sure the switch is set to wake up).

## My controller don't have Home button, how to simulate home button ?
In the configuration file, edit your controller and add
## My controller don't have Home or Capture button, how to simulate home or capture button ?
In the configuration file, edit your controller and add `simulate_home=` `simulate_capture=` followed by the buttons you want to use to simulate it.

Example:
```
[vid-pid]
simulate_home_from_plus_minus=1
```
simulate_home=minus+plus
simulate_capture=plus+L
This will allow you to simulate a home button from the plus and minus buttons (most often bound to Select+Start).
[vid-pid]
simulate_home=plus+dpad_up
simulate_capture=plus+dpad_down
```

## My controller don't works at all
This probably means that your controller is not configure with the correct driver.
Expand Down

0 comments on commit b6d4af0

Please sign in to comment.