Initialize

This commit is contained in:
lordwelch 2017-11-06 22:21:15 -07:00
parent 138707e5b8
commit a762e038f2

View File

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