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:
|
input:
|
||||||
device: left-stick
|
device: left-stick
|
||||||
axis: RY
|
axis: RY
|
||||||
deadzone_start: 0
|
deadzones:
|
||||||
deadzone_end: 30500
|
- start: 0
|
||||||
|
end: 30500
|
||||||
output:
|
output:
|
||||||
device: mouse
|
device: mouse
|
||||||
axis: REL_WHEEL
|
axis: REL_WHEEL
|
||||||
|
|
@ -108,8 +109,9 @@ rules:
|
||||||
input:
|
input:
|
||||||
device: left-stick
|
device: left-stick
|
||||||
axis: RY
|
axis: RY
|
||||||
deadzone_start: 29500
|
deadzones:
|
||||||
deadzone_end: 64000
|
- start: 29500
|
||||||
|
end: 64000
|
||||||
inverted: true
|
inverted: true
|
||||||
output:
|
output:
|
||||||
device: mouse
|
device: mouse
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
devices:
|
devices:
|
||||||
- name: primary
|
- name: primary
|
||||||
type: virtual
|
type: Virtual
|
||||||
preset: joystick
|
preset: joystick
|
||||||
- name: secondary
|
- name: secondary
|
||||||
type: virtual
|
type: virtual
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue