add input consistency images & rumble strength info
All checks were successful
Deploy Website / build (push) Successful in 51s
Deploy Website / deploy (push) Successful in 37s

This commit is contained in:
Naxdy 2024-04-09 19:23:12 +02:00
parent 26547747d4
commit 8915005be7
Signed by: Naxdy
GPG key ID: CC15075846BCE91B
3 changed files with 17 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 119 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

View file

@ -257,6 +257,18 @@ Press `R+Start` while in config mode to display the axis smoothing values on eac
---
## Rumble Strength Adjustment
**Button Combo:** `A+B+Du/Dd`
- Press `A+B` and `D-pad up/down` to increase/decrease the rumble strength.
- The scale goes from `0` to `11`.
- `9` is roughly equivalent to an OEM controller's rumble.
- `0` turns off rumble entirely.
- When adjusting, the current rumble strength will be displayed on the analog stick's Y axis.
---
## Input Consistency Mode Toggle
**Button Combo:** `A+Z+Start`
@ -269,7 +281,11 @@ Cycles the input consistency setting through its three modes and displays which
For more information about the different input consistency modes, consult the [Input Consistency Mode](./input-consistency.md#input-consistency-modes) list.
> **NOTE:** This setting will only become active upon unplugging and replugging the controller.
> **NOTE:** This setting will only become active upon unplugging and replugging the controller. The controller will then indicate the mode it's in by changing its device name. You can then use your operating system's device viewer to have a look at the device name and determine which mode is currently active. For example, under Linux you can run `lsusb -v` and look for `NaxGCC`:
>
> <img src="./assets/consistency-mode.png" style="display: block; margin-left: auto; margin-right: auto;" />
>
> <img src="./assets/consistency-mode-2.png" style="display: block; margin-left: auto; margin-right: auto;" />
---