summaryrefslogtreecommitdiffstatshomepage
path: root/docs/source/advanced
diff options
context:
space:
mode:
Diffstat (limited to 'docs/source/advanced')
-rw-r--r--docs/source/advanced/index.rst2
-rw-r--r--docs/source/advanced/shiftertoggle.rst4
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/source/advanced/index.rst b/docs/source/advanced/index.rst
index 8ce1dfee49c..8b7407dcdb8 100644
--- a/docs/source/advanced/index.rst
+++ b/docs/source/advanced/index.rst
@@ -10,4 +10,4 @@ Advanced configuration
bgfx
hlsl
glsl
- devicemap \ No newline at end of file
+ devicemap
diff --git a/docs/source/advanced/shiftertoggle.rst b/docs/source/advanced/shiftertoggle.rst
index 2148e1bd4fd..9ea5214b980 100644
--- a/docs/source/advanced/shiftertoggle.rst
+++ b/docs/source/advanced/shiftertoggle.rst
@@ -27,7 +27,7 @@ Inside the *spyhunt.cfg* file, you will find the following for the input. The ac
| JOYCODE_1_RYAXIS_NEG_SWITCH OR JOYCODE_1_RYAXIS_POS_SWITCH
| </newseq>
| </port>
-|
+|
The line you need to edit will be the port line defining the actual input. For Spy Hunter, that's going to be *P1_BUTTON2*. Add **toggle="no"** to the end of the tag, like follows:
@@ -36,6 +36,6 @@ The line you need to edit will be the port line defining the actual input. For S
| JOYCODE_1_RYAXIS_NEG_SWITCH OR JOYCODE_1_RYAXIS_POS_SWITCH
| </newseq>
| </port>
-|
+|
Save and exit. To disable this, simply remove the **toggle="no"** from each desired .CFG input.