This commit is contained in:
lordwelch 2017-11-06 22:15:27 -07:00
parent 57b15ad53e
commit 0d3ef81c5f

View File

@ -74,6 +74,8 @@ func main() {
if err != nil {
panic(err)
}
fmt.Println(cfgPath)
fmt.Println(keymapsF)
hidg0, err = os.OpenFile("/dev/hidg0", os.O_WRONLY, os.ModePerm)
if err != nil {