An unofficial plugin for Mirabox N3-family devices
Requires OpenDeck 2.5.0 or newer
- Ajazz AKP03 (0300:1001)
- Ajazz AKP03E (0300:1002)
- Ajazz AKP03R (0300:1003)
- Ajazz AKP03E (rev. 2) (0300:3002)
- Ajazz AKP03R (rev. 2) (0300:3003)
- Mirabox N3 (6602:1002)
- Mirabox N3EN (6603:1003)
- Soomfon Stream Controller SE (1500:3001)
- Mars Gaming MSD-TWO (0B00:1001)
- TreasLin N3 (5548:1001)
- Redragon Skyrider SS-551 (0200:2000)
- Linux: Guaranteed, if stuff breaks - I'll probably catch it before public release
- Mac: Best effort, no tests before release, things may break, but I probably have means to fix them
- Windows: Zero effort, no tests before release, if stuff breaks - too bad, it's up to you to contribute fixes
- Download an archive from releases
- In OpenDeck: Plugins -> Install from file
- Download udev rules and install them by copying into
/etc/udev/rules.d/and runningsudo udevadm control --reload-rules - Unplug and plug again the device, restart OpenDeck
Read this wiki page for more information.
You'll need:
- A Linux OS of some sort
- Rust 1.87 and up with
x86_64-unknown-linux-gnuandx86_64-pc-windows-gnutargets installed - gcc with Windows support
- Docker
- just
On Arch Linux:
sudo pacman -S just mingw-w64-gcc mingw-w64-binutilsAdding rust targets:
rustup target add x86_64-pc-windows-gnu
rustup target add x86_64-unknown-linux-gnu$ just prepareThis will build docker image for macOS crosscompilation
$ just packageThis plugin is heavily based on work by contributors of elgato-streamdeck crate