An unofficial plugin for Mirabox N4-family devices
Requires OpenDeck 2.5.0 or newer
- MiraBox N4 (6603:1007)
- Touchscreen and encoder buttons are currently not handled (they only send a single state, not pressed/released)
- Touchscreen swiping actions are not working (maybe need to use some imaginery extra buttons?)
- OpenDeck shows one button to many which has currently no function
- 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