Skip to content

Commit

Permalink
Support for Stream Deck MK.2
Browse files Browse the repository at this point in the history
  • Loading branch information
xdevla authored and muesli committed Aug 16, 2021
1 parent 83f2c0f commit dab4e2a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ regular user. Edit `/etc/udev/rules.d/99-streamdeck.rules` and add these lines:
```
SUBSYSTEM=="usb", ATTRS{idVendor}=="0fd9", ATTRS{idProduct}=="0060", MODE:="666", GROUP="plugdev", SYMLINK+="streamdeck"
SUBSYSTEM=="usb", ATTRS{idVendor}=="0fd9", ATTRS{idProduct}=="006d", MODE:="666", GROUP="plugdev", SYMLINK+="streamdeck"
SUBSYSTEM=="usb", ATTRS{idVendor}=="0fd9", ATTRS{idProduct}=="0080", MODE:="666", GROUP="plugdev", SYMLINK+="streamdeck"
SUBSYSTEM=="usb", ATTRS{idVendor}=="0fd9", ATTRS{idProduct}=="0063", MODE:="666", GROUP="plugdev", SYMLINK+="streamdeck-mini"
SUBSYSTEM=="usb", ATTRS{idVendor}=="0fd9", ATTRS{idProduct}=="006c", MODE:="666", GROUP="plugdev", SYMLINK+="streamdeck-xl"
```
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ require (
github.com/jezek/xgbutil v0.0.0-20210302171758-530099784e66
github.com/lucasb-eyer/go-colorful v1.2.0
github.com/mitchellh/go-homedir v1.1.0
github.com/muesli/streamdeck v0.2.2-0.20210705154802-91a7f4efcdfd
github.com/muesli/streamdeck v0.2.2-0.20210722151333-ac16a1fdd5ec
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
github.com/shirou/gopsutil v2.18.12+incompatible
golang.org/x/image v0.0.0-20210628002857-a66eb6448b8d
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,8 @@ github.com/muesli/streamdeck v0.2.1-0.20210621143110-f4204010563d h1:IbVerrjKYLm
github.com/muesli/streamdeck v0.2.1-0.20210621143110-f4204010563d/go.mod h1:VnSRlfQP7FH1GRcVJY/kV6MofesFPVPaSOJLa08JeqE=
github.com/muesli/streamdeck v0.2.2-0.20210705154802-91a7f4efcdfd h1:ypju39Hk5AngDLVH9CPf5iWgmIkmaNtOmUeFUCqfW2o=
github.com/muesli/streamdeck v0.2.2-0.20210705154802-91a7f4efcdfd/go.mod h1:VnSRlfQP7FH1GRcVJY/kV6MofesFPVPaSOJLa08JeqE=
github.com/muesli/streamdeck v0.2.2-0.20210722151333-ac16a1fdd5ec h1:ve+DcRoHjviu7Wtf/Yej0p+81wOBQyO6OtmrJVRCmbk=
github.com/muesli/streamdeck v0.2.2-0.20210722151333-ac16a1fdd5ec/go.mod h1:VnSRlfQP7FH1GRcVJY/kV6MofesFPVPaSOJLa08JeqE=
github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223/go.mod h1:qRWi+5nqEBWmkhHvq77mSJWrCKwh8bxhgT7d/eI7P4U=
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 h1:zYyBkD/k9seD2A7fsi6Oo2LfFZAehjjQMERAvZLEDnQ=
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646/go.mod h1:jpp1/29i3P1S/RLdc7JQKbRpFeM1dOBd8T9ki5s+AY8=
Expand Down

0 comments on commit dab4e2a

Please sign in to comment.