hid: Fix?

Minizbot2012 2 years ago
parent 37b922c27e
commit 5d11e7ec76
No known key found for this signature in database
GPG Key ID: D0C6EC890E1FD033

@ -14,7 +14,7 @@ func init() {
minxdr.Unmarshal(bytes.NewReader(file), &Mappings)
}
var Mappings := structs.KeyMaps{}
var Mappings structs.KeyMaps
func GetMappingFromHID(uv uint16) structs.Key {
return Mappings.Usb[uv]

Loading…
Cancel
Save