Better deadzones (#19)
Reviewed-on: #19 Co-authored-by: Anna Rose Wiggins <annabunches@gmail.com> Co-committed-by: Anna Rose Wiggins <annabunches@gmail.com>
This commit is contained in:
parent
8a903e0703
commit
2650159a81
12 changed files with 273 additions and 194 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