Manually Creating Macros - PatchiPup/Jarvis-Mark-II GitHub Wiki

Manually Creating Macros

Alternatively, you can manually create macros by adding a new JSON file within the macros folder. Use hyphens (-) or underscores (_) instead of spaces for file names. For instance, a macro named fly-and-shoot.json would contain:

{
  "name": "fly-and-shoot",
  "commands": ["prs(shift)", "dly(3)", "prs(shift)", "dly(1)", "fre(5)"]
}