diff --git a/streamdeck.go b/streamdeck.go index 1d85d65..8618d54 100644 --- a/streamdeck.go +++ b/streamdeck.go @@ -20,8 +20,9 @@ const ( fadeDelay = time.Second / 30 ) -//nolint:revive // Stream Deck Vendor & Product IDs. +// +//nolint:revive const ( VID_ELGATO = 0x0fd9 PID_STREAMDECK = 0x0060 @@ -32,8 +33,9 @@ const ( PID_STREAMDECK_XL = 0x006c ) -//nolint:revive // Firmware command IDs. +// +//nolint:revive var ( c_REV1_FIRMWARE = []byte{0x04} c_REV1_RESET = []byte{0x0b, 0x63}