summaryrefslogtreecommitdiffstats
path: root/keyboards/8pack/info.json
blob: fa33b2644ff70169e86b067f725a908554d5828d (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
27
28
29
30
31
32
{
  "keyboard_name": "8-Pack",
  "manufacturer": "Charles Garcia",
  "url": "https://github.com/cgarcia2097/8-Pack",
  "maintainer": "Charles Garcia",
  "usb": {
    "vid": "0xFEED",
    "pid": "0x2171"
  },
  "processor": "atmega32u4",
  "bootloader": "caterina",
  "matrix_pins": {
    "direct": [
      ["F4", "F5", "F6", "F7"],
      ["B1", "B3", "B2", "B6"]
    ]
  },
  "layouts": {
    "LAYOUT": {
      "layout": [
        {"x":0, "y":0},
        {"x":1, "y":0},
        {"x":2, "y":0},
        {"x":3, "y":0},
        {"x":0, "y":1},
        {"x":1, "y":1},
        {"x":2, "y":1},
        {"x":3, "y":1}
      ]
    }
  }
}