summaryrefslogtreecommitdiff
path: root/keyboards/xiudi/xd002/info.json
blob: c36199e06efb0e9a84f0b9bf02dde710f9058bde (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
{
  "keyboard_name": "XD002",
  "manufacturer": "XIUDI",
  "url": "https://kprepublic.com/products/xd002-xiudi-2-custom-mechanical-keyboard-2-keys-underglow-and-switch-rgb-pcb-programmed-hot-swappable-macro-key-aluminum-case",
  "maintainer": "zvecr",
  "usb": {
    "vid": "0x7844",
    "pid": "0x0202",
    "device_version": "0.0.1"
  },
  "ws2812": {
    "pin": "B2"
  },
  "matrix_pins": {
    "direct": [
      ["B0", "B1"]
    ]
  },
  "layouts": {
    "LAYOUT": {
      "layout": [
        {"x":0, "y":0, "matrix": [0, 0]},
        {"x":1, "y":0, "matrix": [0, 1]}
      ]
    }
  }
}