Skip to content

Commit

Permalink
chore: gofmt
Browse files Browse the repository at this point in the history
  • Loading branch information
muesli committed Mar 12, 2023
1 parent 75fa52e commit c8c6e76
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions streamdeck.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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}
Expand Down

0 comments on commit c8c6e76

Please sign in to comment.