devices: move "Device" string to end of struct

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

@ -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