go import embed

main
Minizbot2012 3 years ago
parent e0d9e90fbc
commit 2f76dfc556
No known key found for this signature in database
GPG Key ID: 977C8ADE12361917

@ -1,6 +1,9 @@
package hid
import "encoding/json"
import (
_ "embed"
"encoding/json"
)
type KeyMaps struct {
USB map[uint16]Key

Loading…
Cancel
Save