{
  "kind": "tty000-profile",
  "version": 1,
  "id": "grbl",
  "name": "Grbl CNC",
  "family": "grbl",
  "settings": {
    "baud": 115200,
    "dataBits": 8,
    "parity": "none",
    "stopBits": 1,
    "ending": "lf",
    "flowControl": "none"
  },
  "reset": null,
  "macros": [
    {
      "name": "$$",
      "text": "$$"
    },
    {
      "name": "$I",
      "text": "$I"
    },
    {
      "name": "?",
      "text": "?"
    },
    {
      "name": "$X",
      "text": "$X"
    }
  ],
  "notes": "115200 8N1. $$ dumps settings. ? is status."
}
