Add config settings for combined axis.

This commit is contained in:
Anna Rose Wiggins 2025-07-25 17:56:21 -04:00
parent 49292ff13f
commit ab8698ea9a
3 changed files with 28 additions and 0 deletions

View file

@ -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"