mirror of
https://github.com/ndeadly/MissionControl
synced 2025-02-16 13:18:27 +00:00
Update documentation for new config settings
This commit is contained in:
parent
a2996a51b5
commit
9eeeb61d81
2 changed files with 6 additions and 5 deletions
|
@ -132,9 +132,10 @@ These settings can be used to spoof your switch bluetooth to appear as another d
|
|||
|
||||
- `[misc]`
|
||||
These are miscellaneous controller-specific settings etc.
|
||||
- `enable_dualshock4_lightbar` Enable/disable the coloured LED lightbar on Sony Dualshock4 controllers.
|
||||
- `enable_dualsense_lightbar` Enable/disable the coloured LED lightbar on Sony Dualsense controllers.
|
||||
- `enable_dualsense_player_leds` Enable/disable the white player indicator LEDs below the Dualsense touchpad.
|
||||
- `dualshock4_polling_rate` Set polling rate for Sony Dualshock 4 controllers. Valid range [0-16] where 0=max, 16=min. Refer [here](https://github.com/ndeadly/MissionControl/blob/4a0326308d1ff39353b045f5efb1a99c4a504c28/mc_mitm/source/controllers/dualshock4_controller.hpp#L21) for corresponding frequency values.
|
||||
- `dualshock4_lightbar_brightness` Set LED lightbar brightness for Sony Dualshock 4 controllers. Valid range [0-9] where 0=off, 1=min, 2-9=12.5-100% in 12.5% increments.
|
||||
- `dualsense_lightbar_brightness` Set LED lightbar brightness for Sony Dualsense controllers. Valid range [0-9] where 0=off, 1=min, 2-9=12.5-100% in 12.5% increments.
|
||||
- `dualsense_enable_player_leds` Enable/disable the white player indicator LEDs below the Dualsense touchpad.
|
||||
- `dualsense_vibration_intensity` Set Dualsense vibration intensity, 12.5% per increment. Valid range [1-8] where 1=12.5%, 8=100%.
|
||||
|
||||
### Removal
|
||||
|
|
|
@ -14,9 +14,9 @@
|
|||
; Set polling rate for Sony Dualshock 4 controllers. Valid range [0-16] where 0=max, 16=min [default 8 (125Hz)]
|
||||
; Refer to https://github.com/ndeadly/MissionControl/blob/4a0326308d1ff39353b045f5efb1a99c4a504c28/mc_mitm/source/controllers/dualshock4_controller.hpp#L21
|
||||
;dualshock4_polling_rate=8
|
||||
; Set LED lightbar brightness for Sony Dualshock 4 controllers. Valid range [0-9] where 0=0% (off), 9=100% [default 5(50%)]
|
||||
; Set LED lightbar brightness for Sony Dualshock 4 controllers. Valid range [0-9] where 0=off, 1=min, 2-9=12.5-100% [default 5(50%)]
|
||||
;dualshock4_lightbar_brightness=4
|
||||
; Set LED lightbar brightness for Sony Dualsense controllers. Valid range [0-9] where 0=0% (off), 9=100% [default 5(50%)]
|
||||
; Set LED lightbar brightness for Sony Dualsense controllers. Valid range [0-9] where 0=off, 1=min, 2-9=12.5-100% [default 5(50%)]
|
||||
;dualsense_lightbar_brightness=4
|
||||
; Enable the white player indicator LEDs below the Dualsense touchpad [default true]
|
||||
;dualsense_enable_player_leds=false
|
||||
|
|
Loading…
Add table
Reference in a new issue