devices: move "Device" string to end of struct

main
Minizbot2012 2 years ago
parent 86b3a2a241
commit 301271a8b0
No known key found for this signature in database
GPG Key ID: 977C8ADE12361917

@ -2,9 +2,9 @@ package structs
//KeyMap singular keymap
type KeyMap struct {
Device string
Keymap []uint16
Color []byte
Device string
}
//KeyMaps a set of keymaps

Loading…
Cancel
Save