-
-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fbb539f
commit eba2fcc
Showing
1 changed file
with
15 additions
and
0 deletions.
There are no files selected for viewing
15 changes: 15 additions & 0 deletions
15
SD_card_root/config/MissionControl/controllers/missioncontrol.ini.template
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
[general] | ||
; Enable vibration support for unofficial controllers [default true] | ||
;enable_rumble=true | ||
; Enable motion controls support for unoffical controllers [default true] | ||
;enable_motion=true | ||
|
||
[bluetooth] | ||
; Override host name of Bluetooth adapter | ||
;host_name=Nintendo Switch! | ||
; Override host mac address of Bluetooth adapter | ||
;host_address=04:20:69:04:20:69 | ||
|
||
[misc] | ||
; Disable the LED lightbar on Sony Dualshock 4 and Dualsense controllers [default false] | ||
;disable_sony_leds=false |