summaryrefslogtreecommitdiff
path: root/keyboards/shk9/info.json
blob: 7784728b0a8b9ac6f35bdb17152153ded644d4c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
    "keyboard_name": "SHK9",
    "manufacturer": "Superhuman",
    "url": "http://superhuman.website",
    "maintainer": "Sam Hudson",
    "usb": {
      "vid": "0x5348",
      "pid": "0x4B39",
      "device_version": "0.0.1"
    },
    "layouts": {
        "LAYOUT_ortho_3x3": {
          "layout": [
            {"label":"7", "x":0, "y":0},
            {"label":"8", "x":1, "y":0},
            {"label":"9", "x":2, "y":0},
            {"label":"4", "x":0, "y":1},
            {"label":"5", "x":1, "y":1},
            {"label":"6", "x":2, "y":1},
            {"label":"1", "x":0, "y":2},
            {"label":"2", "x":1, "y":2},
            {"label":"3", "x":2, "y":2}
          ]
        }
    }
}