Some example updates.

This commit is contained in:
Anna Rose Wiggins 2025-07-03 10:45:29 -04:00
parent 5a2e9f354b
commit 4ff4757abc
6 changed files with 90 additions and 70 deletions

View 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