Getting Started
Setting Up A Device
Connect your microcontroller to your computer.
On the device page, select add device. After a few moments, a list of connected USB devices should appear.
If your device is listed under "mimacro Devices", it is ready to be added as a device. If your device is listed under "Compatible Devices", it is likely compatible with mimacro, but does not have firmware installed yet. If your device is listed under "Other Devices", mimacro does not recognize the device, and it may not be compatible.
Wiring A Device
To connect a button, connect one side to of the button to ground and the other side to a digital pin. Buttons are read with the pin in
INPUT_PULLUP
mode.To connect a potentiometer, wire the appropriate pins to 5V and ground, and wire the output pin to an analog pin.
Configuring The Pin Layout
On the devices page, select your device.
Use the dropdowns to set what part is wired into which pin.
Creating A Macro
On the macros page, select the + icon.
Name your macro.
Select your device and select the part that should trigger the macro.
Select when the part triggers the macro (e.g. when pressed down, when released, when held down).
Add actions to run when the macro is triggered.
Submit the macro when you have added the desired actions.
Extended Functionality With Plugins
Find a plugin you want to install.
On the plugins page, select add plugin.
Check the plugin information and select install.
New actions should now be available when creating macros.