{
  "kind": "tty000-profile",
  "version": 1,
  "id": "circuitpython",
  "name": "CircuitPython",
  "family": "circuitpython",
  "settings": {
    "baud": 115200,
    "dataBits": 8,
    "parity": "none",
    "stopBits": 1,
    "ending": "lf",
    "flowControl": "none"
  },
  "reset": null,
  "macros": [
    {
      "name": "help()",
      "text": "help()"
    },
    {
      "name": "Ctrl-C",
      "text": "\u0003"
    },
    {
      "name": "Ctrl-D",
      "text": "\u0004"
    }
  ],
  "notes": "CIRCUITPY drive plus a REPL CDC port. Same interrupt keys as MicroPython."
}
