summaryrefslogtreecommitdiff
path: root/keyboards/xiudi/xd002/info.json
blob: 1e0b22f96b1d5c74214aa96a0726a599d9997136 (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
{
  "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"
  },
  "rgblight": {
    "led_count": 2
  },
  "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]}
      ]
    }
  }
}