From a7fbba49e063282cd3be5c6ab4bf90c5a96a2aa4 Mon Sep 17 00:00:00 2001 From: Minizbot2012 Date: Wed, 2 Feb 2022 01:13:04 -0500 Subject: [PATCH] devices: move "Device" string to end of struct --- devices/structs/structs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devices/structs/structs.go b/devices/structs/structs.go index 2231fa7..6c7939c 100755 --- a/devices/structs/structs.go +++ b/devices/structs/structs.go @@ -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