Update deadzone configs.
This commit is contained in:
parent
fc2f999faa
commit
ea1ab83a4f
2 changed files with 7 additions and 5 deletions
|
|
@ -92,8 +92,9 @@ rules:
|
|||
input:
|
||||
device: left-stick
|
||||
axis: RY
|
||||
deadzone_start: 0
|
||||
deadzone_end: 30500
|
||||
deadzones:
|
||||
- start: 0
|
||||
end: 30500
|
||||
output:
|
||||
device: mouse
|
||||
axis: REL_WHEEL
|
||||
|
|
@ -108,8 +109,9 @@ rules:
|
|||
input:
|
||||
device: left-stick
|
||||
axis: RY
|
||||
deadzone_start: 29500
|
||||
deadzone_end: 64000
|
||||
deadzones:
|
||||
- start: 29500
|
||||
end: 64000
|
||||
inverted: true
|
||||
output:
|
||||
device: mouse
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
devices:
|
||||
- name: primary
|
||||
type: virtual
|
||||
type: Virtual
|
||||
preset: joystick
|
||||
- name: secondary
|
||||
type: virtual
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue