Basic hat support. #20

Merged
anna merged 5 commits from hats into main 2025-09-15 17:55:55 +00:00
Showing only changes of commit 736b445be2 - Show all commits

View file

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