Sam W
4515e8d15d
I assume these were knocking around in the system environment on my mac. |
||
---|---|---|
src | ||
.envrc | ||
.gitignore | ||
Cargo.lock | ||
Cargo.toml | ||
config.example.dhall | ||
flake.lock | ||
flake.nix | ||
readme.md |
readme.md
Samw's Another Macro PAD
A flexible macropad server. Receives macropad state reports over USB, maps them to MQTT commands.
graph LR;
pad(Macropad)
sampad("Sampad Server<br>(This!)")
broker(MQTT Broker)
style sampad stroke:orange,stroke-width:3px
pad<-- USB HID -->sampad
sampad-- MQTT -->broker