# Samw's Another Macro PAD
A flexible macropad server. Receives macropad state reports over USB, maps them to MQTT
commands.
```mermaid
graph LR;
pad(Macropad)
sampad("Sampad Server
(This!)")
broker(MQTT Broker)
style sampad stroke:orange,stroke-width:3px
pad<-- USB HID -->sampad
sampad-- MQTT -->broker
```