{
    "name": "BIOI Manta 40s",
    "vendorId": "0xb101",
    "productId": "0x4D53",
    "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 Bluefruit module; press twice within one second",
        "shortName": "RST"
      }
    ],
    "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": 14,
        "rows": 4
    },
    "layouts": {
        "keymap":[
          [
            {
              "c": "#aaaaaa"
            },
            "0,0",
            {
              "c": "#cccccc"
            },
            "0,1",
            "0,2",
            "0,3",
            "0,4",
            "0,5",
            "0,6",
            "0,7",
            "0,8",
            "0,9",
            "0,10",
            "0,11",
            {
              "c": "#aaaaaa"
            },
            "3,10"
          ],
          [
            {
              "w": 1.25
            },
            "1,0",
            {
              "c": "#cccccc"
            },
            "1,1",
            "1,2",
            "1,3",
            "1,4",
            "1,5",
            "1,6",
            "1,7",
            "1,8",
            "1,9",
            "1,10",
            {
              "c": "#777777",
              "w": 1.75
            },
            "1,11",
            {
              "x": 1.25,
              "c": "#aaaaaa"
            },
            "0,12"
          ],
          [
            {
              "w": 1.75
            },
            "2,0",
            {
              "c": "#cccccc"
            },
            "2,1",
            "2,2",
            "2,3",
            "2,4",
            "2,5",
            "2,6",
            "2,7",
            "2,8",
            "2,9",
            "2,10",
            {
              "c": "#aaaaaa",
              "w": 1.25
            },
            "2,11",
            {
              "x": 0.25
            },
            "2,12",
            "3,11",
            "1,13"
          ],
          [
            {
              "x": 0.5,
              "w": 1.25
            },
            "3,0",
            "3,1",
            {
              "w": 1.25
            },
            "3,2",
            {
              "w": 2.25
            },
            "3,4",
            {
              "w": 2.75
            },
            "3,6",
            {
              "w": 1.25
            },
            "3,8",
            {
              "w": 1.25
            },
            "3,9",
            {
              "x": 2.75
            },
            "3,13"
          ]
        ]
    }
}
