summaryrefslogtreecommitdiff
path: root/keyboards/geekboards/macropad_v2/info.json
blob: 2a18038e4f84327e511ddad6f45f58884276d21b (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
{
  "keyboard_name": "Macropad v2",
  "manufacturer": "GeebBoards",
  "url": "https://geekboards.ru/",
  "maintainer": "ruddy17",
  "usb": {
    "vid": "0x0483",
    "pid": "0xA372",
    "device_version": "0.0.2"
  },
  "processor": "STM32F072",
  "bootloader": "stm32-dfu",
  "debounce": 3,
  "layouts": {
    "LAYOUT_ortho_2x4": {
      "layout": [
        {"label": "K0", "x": 0, "y": 0},
        {"label": "K1", "x": 1, "y": 0},
        {"label": "K2", "x": 2, "y": 0},
        {"label": "K3", "x": 3, "y": 0},

        {"label": "K4", "x": 0, "y": 1},
        {"label": "K5", "x": 1, "y": 1},
        {"label": "K6", "x": 2, "y": 1},
        {"label": "K7", "x": 3, "y": 1}
      ]
    }
  }
}