From 67a650d90b4665f80511b5b6680f1371018c4280 Mon Sep 17 00:00:00 2001 From: "Brian S. Stephan" Date: Thu, 18 Apr 2024 12:10:22 -0500 Subject: [PATCH] clarify that the Input Reverse addon can also neutralize directions (#48) --- docs/add-ons/input-reverse.mdx | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/add-ons/input-reverse.mdx b/docs/add-ons/input-reverse.mdx index b40c21e..d748c6a 100644 --- a/docs/add-ons/input-reverse.mdx +++ b/docs/add-ons/input-reverse.mdx @@ -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) @@ -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