ryankurte / rust-streamdeck

libusb based driver for Elgato StreamDeck devices
Mozilla Public License 2.0
57 stars 24 forks source link

Add support for StreamDeck MK.2 #14

Closed mvirkkunen closed 2 years ago

mvirkkunen commented 2 years ago

The MK.2 as far as I can tell behaves exactly like the V2 (same protocol, buttons, resolution, orientation etc), just has updated hardware. But it has a new PID, so this PR adds it.

If you prefer I can also add a new Kind in case somebody wants to detect it, although just the PID is enough to tell the difference.

ryankurte commented 2 years ago

hey thanks for the PR! i think it'd be good to have another kind so it matches expectations, other than that, lgtm ^_^

mvirkkunen commented 2 years ago

I finally got around to working on my streamdeck project again and I've updated the PR with a new Kind instead (finally).

ryankurte commented 2 years ago

published in v0.6.0