Basic hat support. (#20)
Reviewed-on: #20 Co-authored-by: Anna Rose Wiggins <annabunches@gmail.com> Co-committed-by: Anna Rose Wiggins <annabunches@gmail.com>
This commit is contained in:
parent
62befa045a
commit
5e005478f1
12 changed files with 151 additions and 13 deletions
|
|
@ -31,3 +31,9 @@ type RuleTargetConfigRelaxis struct {
|
|||
type RuleTargetConfigModeSelect struct {
|
||||
Modes []string
|
||||
}
|
||||
|
||||
type RuleTargetConfigHat struct {
|
||||
Device string
|
||||
Hat string
|
||||
Inverted bool
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue