Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

clarify that the Input Reverse addon can also neutralize directions #48

Merged
merged 1 commit into from
Apr 18, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion docs/add-ons/input-reverse.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ description: "Add-on to use a button to reverse cardinal directions of the DPad

# Input Reverse

Purpose: This add-on is intended to allow the user to press or hold an additional button to granularly reverse cardinal directions on the gamepad and input this new direction instead.
Purpose: This add-on is intended to allow the user to press or hold an additional button to granularly reverse, neutralize, or leave unaltered cardinal directions on the gamepad and input the new direction instead.

![GP2040-CE Configurator - Add-Ons Input Reverse](../assets/images/gpc-add-ons-input-reverse.png)

Expand All @@ -22,6 +22,12 @@ Purpose: This add-on is intended to allow the user to press or hold an additiona
- `Reverse Left` - Enables the left direction to be reversed when the Reverse Input button is pressed or held.
- `Reverse Right` - Enables the right direction to be reversed when the Reverse Input button is pressed or held.

Each of the four directions can be independently given one of three options for what behavior occurs when the Reverse Input Pin is held:

- `Disable` - No change is made to this direction (e.g. Up + Reverse = Up).
- `Enable` - The opposite direction is activated instead for this direction (e.g. Left + Reverse = Right).
- `Neutral` - This direction is brought to neutral (e.g. Down + Reverse = Neutral).

## Hardware

### Requirements
Expand Down
Loading