An unofficial plugin for Mirabox N3-family devices
Requires OpenDeck 2.5.0 or newer
- Ajazz AKP03 (0300:1001)
- Ajazz AKP03E (0300:3002)
- Ajazz AKP03R (0300:1003)
- Mirabox N3 (N3EN?) (6603:1003)
- 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
You'll need:
- A Linux OS of some sort
- Rust 1.87 and up with
x86_64-unknown-linux-gnu
andx86_64-pc-windows-gnu
targets installed - Docker
- just
$ just prepare
This will build docker image for macOS crosscompilation
$ just package
This plugin is heavily based on work by contributors of elgato-streamdeck crate