Add more tests and refactor code parsing logic.
This commit is contained in:
parent
a05dc9126d
commit
fbb26fd93a
5 changed files with 143 additions and 81 deletions
|
@ -16,6 +16,10 @@ const (
|
|||
RuleTypeAxisToButton = "axis-to-button"
|
||||
RuleTypeAxisToRelaxis = "axis-to-relaxis"
|
||||
|
||||
CodePrefixButton = "BTN"
|
||||
CodePrefixAxis = "ABS"
|
||||
CodePrefixRelaxis = "REL"
|
||||
|
||||
VirtualDeviceMaxButtons = 74
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue