Add config settings for combined axis.
This commit is contained in:
parent
49292ff13f
commit
ab8698ea9a
3 changed files with 28 additions and 0 deletions
|
@ -12,6 +12,7 @@ const (
|
|||
RuleTypeButtonCombo = "button-combo"
|
||||
RuleTypeLatched = "button-latched"
|
||||
RuleTypeAxis = "axis"
|
||||
RuleTypeAxisCombined = "axis-combined"
|
||||
RuleTypeModeSelect = "mode-select"
|
||||
RuleTypeAxisToButton = "axis-to-button"
|
||||
RuleTypeAxisToRelaxis = "axis-to-relaxis"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue