{
    "name": "BIOI Manta Ortho",
  "vendorId": "0xb101",
  "productId": "0x6D4F",
  "customKeycodes": [
    {
      "name": "Output USB",
      "title": "Output to USB",
      "shortName": "USB"
    },
    {
      "name": "Output BLE",
      "title": "Output to Bluetooth",
      "shortName": "BT"
    },
    {
      "name": "Output Toggle",
      "title": "Toggle USB/Bluetooth",
      "shortName": "TOG"
    },
    {
      "name": "Factory Reset",
      "title": "Factory-reset the MDBT40 module; press twice within one second",
      "shortName": "RST"
    },
    {
      "name": "BLE 1",
      "title": "Select Bluetooth host slot 1",
      "shortName": "BLE1"
    },
    {
      "name": "BLE 2",
      "title": "Select Bluetooth host slot 2",
      "shortName": "BLE2"
    },
    {
      "name": "BLE 3",
      "title": "Select Bluetooth host slot 3",
      "shortName": "BLE3"
    },
    {
      "name": "BLE 4",
      "title": "Select Bluetooth host slot 4",
      "shortName": "BLE4"
    },
    {
      "name": "BLE 5",
      "title": "Select Bluetooth host slot 5",
      "shortName": "BLE5"
    },
    {
      "name": "Pair",
      "title": "Pair the selected Bluetooth host slot",
      "shortName": "PAR"
    },
    {
      "name": "Clear Bonds",
      "title": "Clear all Bluetooth bonds; press twice within one second",
      "shortName": "CLR"
    }
  ],
  "menus": [
    {
      "label": "Lighting",
      "content": [
        {
          "label": "Underglow",
          "content": [
            {
              "label": "Brightness",
              "type": "range",
              "options": [0, 255],
              "content": ["id_qmk_rgblight_brightness", 2, 1]
            },
            {
              "label": "Effect",
              "type": "dropdown",
              "content": ["id_qmk_rgblight_effect", 2, 2],
              "options": [
                "All Off",
                "Solid Color",
                "Breathing 1",
                "Breathing 2",
                "Breathing 3",
                "Breathing 4",
                "Rainbow Mood 1",
                "Rainbow Mood 2",
                "Rainbow Mood 3"
              ]
            },
            {
              "showIf": "{id_qmk_rgblight_effect} != 0",
              "label": "Effect Speed",
              "type": "range",
              "options": [0, 255],
              "content": ["id_qmk_rgblight_effect_speed", 2, 3]
            },
            {
              "showIf": "{id_qmk_rgblight_effect} != 0",
              "label": "Color",
              "type": "color",
              "content": ["id_qmk_rgblight_color", 2, 4]
            }
          ]
        }
      ]
    }
  ],
  "matrix": {
    "cols": 13,
    "rows": 6
  },
  "layouts": {
    "keymap": [
      [
        {
          "c": "#aaaaaa"
        },
        "0,0",
        {
          "c": "#cccccc"
        },
        "0,1",
        "0,2",
        "0,3",
        "0,4",
        "0,5",
        {
          "c": "#aaaaaa"
        },
        "0,6",
        {
          "c": "#cccccc"
        },
        "0,7",
        "0,8",
        "0,9",
        "0,10",
        "0,11",
        {
          "c": "#aaaaaa"
        },
        "0,12"
      ],
      [
        "1,0",
        {
          "c": "#cccccc"
        },
        "1,1",
        "1,2",
        "1,3",
        "1,4",
        "1,5",
        {
          "c": "#aaaaaa"
        },
        "1,6",
        {
          "c": "#cccccc"
        },
        "1,7",
        "1,8",
        "1,9",
        "1,10",
        "1,11",
        {
          "c": "#777777"
        },
        "1,12",
        {
          "x": 0.25,
          "c": "#aaaaaa"
        },
        "5,6",
        "5,5",
        "4,9"
      ],
      [
        "2,0",
        {
          "c": "#cccccc"
        },
        "2,1",
        "2,2",
        "2,3",
        "2,4",
        "2,5",
        {
          "c": "#aaaaaa"
        },
        "2,6",
        {
          "c": "#cccccc"
        },
        "2,7",
        "2,8",
        "2,9",
        "2,10",
        "2,11",
        {
          "c": "#aaaaaa"
        },
        "2,12",
        {
          "x": 0.25
        },
        "5,7",
        "3,12",
        "4,10"
      ],
      [
        {
          "x": 0.5
        },
        "3,0",
        "3,1",
        "3,2",
        "3,3",
        {
          "w": 2
        },
        "3,5",
        {
          "w": 2
        },
        "3,7",
        "3,8",
        "3,9",
        "3,10",
        {
          "x": 1.75
        },
        "5,8",
        "4,12",
        "4,11"
      ]
    ]
  }
}
