Some example updates.
This commit is contained in:
parent
5a2e9f354b
commit
4ff4757abc
6 changed files with 90 additions and 70 deletions
56
examples/multiple_files/axes.yml
Normal file
56
examples/multiple_files/axes.yml
Normal file
|
@ -0,0 +1,56 @@
|
|||
rules:
|
||||
- type: simple
|
||||
input:
|
||||
device: right-stick
|
||||
axis: ABS_X
|
||||
output:
|
||||
device: main
|
||||
axis: ABS_X
|
||||
|
||||
- type: simple
|
||||
input:
|
||||
device: right-stick
|
||||
axis: ABS_Y
|
||||
output:
|
||||
device: main
|
||||
axis: ABS_Y
|
||||
|
||||
- type: simple
|
||||
input:
|
||||
device: right-stick
|
||||
axis: ABS_THROTTLE
|
||||
output:
|
||||
device: main
|
||||
axis: ABS_THROTTLE
|
||||
|
||||
- type: simple
|
||||
input:
|
||||
device: left-stick
|
||||
axis: ABS_X
|
||||
output:
|
||||
device: main
|
||||
axis: ABS_RX
|
||||
|
||||
- type: simple
|
||||
input:
|
||||
device: left-stick
|
||||
axis: ABS_Y
|
||||
output:
|
||||
device: main
|
||||
axis: ABS_RY
|
||||
|
||||
- type: simple
|
||||
input:
|
||||
device: left-stick
|
||||
axis: ABS_THROTTLE
|
||||
output:
|
||||
device: main
|
||||
axis: ABS_RUDDER
|
||||
|
||||
- type: simple
|
||||
input:
|
||||
device: pedals
|
||||
axis: ABS_Z
|
||||
output:
|
||||
device: main
|
||||
axis: ABS_Z
|
Loading…
Add table
Add a link
Reference in a new issue