1
0
mirror of https://github.com/cathery/sys-con.git synced 2024-07-01 01:38:44 +00:00

Add config files to repo

This commit is contained in:
cathery 2019-11-09 23:37:49 +03:00
parent de3667aad8
commit 72b4e1d041
8 changed files with 94 additions and 1 deletions

1
.gitignore vendored
View File

@ -12,4 +12,3 @@ buildSysmodule/*
*.rar
*.xml
*.png
*.ini

View File

@ -0,0 +1,9 @@
; Config for the Dualshock 3 controller
left_stick_deadzone = 10 ; from 0 to 100
right_stick_deadzone = 10 ; from 0 to 100
trigger_deadzone = 0 ; from 0 to 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_SYNC = LSTICK_CLICK ; Remove the semicolon at the start to take effect

View File

@ -0,0 +1,9 @@
; Config for the Dualshock 4 controller
left_stick_deadzone = 10 ; from 0 to 100
right_stick_deadzone = 10 ; from 0 to 100
trigger_deadzone = 0 ; from 0 to 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_SYNC = LSTICK_CLICK ; Remove the semicolon at the start to take effect

View File

@ -0,0 +1,11 @@
; Global overwrite config. Controller configs take priority
;left_stick_deadzone = 0 ; from 0 to 100
;right_stick_deadzone = 0 ; from 0 to 100
;trigger_deadzone = 0 ; from 0 to 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"
; Remove the semicolons below to take effect
;key_FACE_DOWN = FACE_RIGHT
;key_FACE_LEFT = FACE_UP

View File

@ -0,0 +1,9 @@
; 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
trigger_deadzone = 0 ; from 0 to 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_SYNC = LSTICK_CLICK ; Remove the semicolon at the start to take effect

View File

@ -0,0 +1,11 @@
; Config for the Xbox One type controllers
left_stick_deadzone = 10 ; from 0 to 100
right_stick_deadzone = 17 ; from 0 to 100
trigger_deadzone = 0 ; from 0 to 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"
; Remove the semicolons below to take effect
;key_FACE_DOWN = FACE_RIGHT
;key_FACE_LEFT = FACE_UP

View File

@ -0,0 +1,9 @@
; Config for the original XBOX type controllers
left_stick_deadzone = 21 ; from 0 to 100
right_stick_deadzone = 25 ; from 0 to 100
trigger_deadzone = 0 ; from 0 to 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_SYNC = GUIDE ; Remove the semicolon at the start to take effect

View File

@ -0,0 +1,36 @@
; stick_deadzone is the percentage of how far the stick should be pushed before it is visible
; 0 - always, 100 - not at all
left_stick_deadzone = 10 ; from 0 to 100
right_stick_deadzone = 17 ; from 0 to 100
; trigger_deadzone is the percentage of how hard the trigger should be pressed before it is visible
; 0 - always, 100 - not at all
trigger_deadzone = 0 ; from 0 to 100
; to modify the key values, type "key_* = *"
; where * is one of the values from this table
; FACE_UP X on joycons
; FACE_RIGHT A on joycons
; FACE_DOWN B on joycons
; FACE_LEFT Y on joycons
; LSTICK_CLICK Left stick press
; RSTICK_CLICK Right stick press
; LEFT_BUMPER Left bumper/ L
; RIGHT_BUMPER Right bumper/ R
; LEFT_TRIGGER Left trigger/ ZL
; RIGHT_TRIGGER Right trigger/ ZR
; BACK Minus on joycons
; START Plus on joycons
; DPAD_UP D-pad UP
; DPAD_RIGHT D-pad RIGHT
; DPAD_DOWN D-pad DOWN
; DPAD_LEFT D-pad LEFT
; SYNC Capture on joycons
; GUIDE Home on joycons
; example: this will swap the X and Y, A and B buttons to match the names on Xbox controllers
key_FACE_DOWN = FACE_RIGHT
key_FACE_LEFT = FACE_UP
; example: this will press the Capture button on Left stick press
key_LSTICK_CLICK = SYNC