Add support for combining 2 axes into one virtual axis. (#11)
Reviewed-on: #11
This commit is contained in:
parent
7b520af24a
commit
3196d4ea22
14 changed files with 321 additions and 61 deletions
|
@ -54,6 +54,19 @@ rules:
|
|||
device: main
|
||||
axis: ABS_Y
|
||||
|
||||
# Create a single merged output axis from 2 input axes
|
||||
- type: axis-combined
|
||||
input_lower:
|
||||
device: flightstick
|
||||
axis: X
|
||||
inverted: true # the lower half of the axis will often need to be inverted
|
||||
input_uppper:
|
||||
device: flightstick
|
||||
axis: RX
|
||||
output:
|
||||
device: main
|
||||
axis: RZ
|
||||
|
||||
# Straightforward button mapping
|
||||
- type: button
|
||||
input:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue