A macropad server
Go to file
Sam W a94ae4b8bc Initial prototype 2022-07-05 12:08:11 +01:00
src Initial prototype 2022-07-05 12:08:11 +01:00
.envrc Initial prototype 2022-07-05 12:08:11 +01:00
.gitignore Initial prototype 2022-07-05 12:08:11 +01:00
Cargo.lock Initial prototype 2022-07-05 12:08:11 +01:00
Cargo.toml Initial prototype 2022-07-05 12:08:11 +01:00
config.example.dhall Initial prototype 2022-07-05 12:08:11 +01:00
flake.lock Initial prototype 2022-07-05 12:08:11 +01:00
flake.nix Initial prototype 2022-07-05 12:08:11 +01:00
readme.md Initial prototype 2022-07-05 12:08:11 +01:00

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)
    broker(MQTT Broker)
    style sampad fill:#fd0
    pad<-- USB HID -->sampad
    sampad-- MQTT -->broker