Add it to the map as well.

This commit is contained in:
Anna Rose Wiggins 2025-09-15 13:38:13 -04:00
parent 42a1759961
commit 736b445be2

View file

@ -31,6 +31,7 @@ var (
"axis-to-button": RuleTypeAxisToButton, "axis-to-button": RuleTypeAxisToButton,
"axis-to-relaxis": RuleTypeAxisToRelaxis, "axis-to-relaxis": RuleTypeAxisToRelaxis,
"mode-select": RuleTypeModeSelect, "mode-select": RuleTypeModeSelect,
"hat": RuleTypeHat,
} }
) )