mirror of
https://github.com/cathery/sys-con.git
synced 2024-11-19 14:10:00 +00:00
fb578f6987
Allow unmapping keys Allow mapping multiple keys to the same button Allow changing the deadzone for each trigger Remove dualshock4 global option from the config files Update config files for new changes
17 lines
569 B
INI
17 lines
569 B
INI
; Config for the Xbox 360 and Xbox 360 Wireless type controllers
|
|
left_stick_deadzone = 21 ; from 0 to 100
|
|
right_stick_deadzone = 25 ; from 0 to 100
|
|
left_trigger_deadzone = 0 ; from 0 to 100
|
|
right_trigger_deadzone = 0 ; from 0 to 100
|
|
|
|
color_body = 77,77,77
|
|
color_buttons = 69,121,22
|
|
|
|
; [9.0.0+]
|
|
color_leftGrip = 100,100,100
|
|
color_rightGrip = 100,100,100
|
|
|
|
swap_dpad_and_lstick = false ; set this to true to swap the d-pad and left stick
|
|
|
|
; For information on input mapping, see "example.ini"
|
|
;KEY_CAPTURE = LSTICK_CLICK ; Remove the semicolon at the start to take effect |