Add more deadzone configuration options.
This commit is contained in:
parent
5b9dfe0967
commit
3bfcdc830f
9 changed files with 317 additions and 81 deletions
7
internal/config/interfaces.go
Normal file
7
internal/config/interfaces.go
Normal file
|
@ -0,0 +1,7 @@
|
|||
package config
|
||||
|
||||
import "github.com/holoplot/go-evdev"
|
||||
|
||||
type Device interface {
|
||||
AbsInfos() (map[evdev.EvCode]evdev.AbsInfo, error)
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue