This commit is contained in:
lordwelch 2017-11-06 23:20:25 -07:00
parent 7edd28714c
commit 24fb916525

View File

@ -68,7 +68,7 @@ func main() {
hidg0 *os.File
err error
keymapsF []os.FileInfo
keys = make(map[string]Keys)
keys = interface{} //make(map[string]Keys)
cfgPath = "./" //path.Join(os.Getenv("XDG_CONFIG_HOME"), "hid")
stdin = bufio.NewReader(os.Stdin)
currentKeyMap int