summaryrefslogtreecommitdiff
path: root/keyboards/hazel/bad_wings/info.json
blob: 5cfa0b0efb820914e0e04b2ed866e17e9df0ddd6 (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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
  "keyboard_name": "Bad Wings",
  "manufacturer": "Hazel",
  "maintainer": "jasonhazel",
  "url": "https://shop.hazel.cc/products/bad-wings",
  "usb": {
    "vid": "0x4A48",
    "pid": "0x4257",
    "device_version": "1.0.0"
  },
  "processor": "RP2040",
  "bootloader": "rp2040",
  "matrix_size": {
    "cols": 8,
    "rows": 5
  },
  "diode_direction": "COL2ROW",
  "features": {
    "bootmagic": true,
    "deferred_exec": true,
    "nkro": false
  },
  "community_layouts": ["split_3x5_3"],
  "layouts": {
    "LAYOUT_split_3x5_3": {
      "layout": [
        {"label": "K00", "matrix": [0, 0], "w": 1, "x": 0, "y": 0.75},
        {"label": "K10", "matrix": [1, 0], "w": 1, "x": 1, "y": 0.5},
        {"label": "K20", "matrix": [2, 0], "w": 1, "x": 2, "y": 0},
        {"label": "K30", "matrix": [3, 0], "w": 1, "x": 3, "y": 0.25},
        {"label": "K40", "matrix": [4, 0], "w": 1, "x": 4, "y": 0.36},
        {"label": "K44", "matrix": [4, 4], "w": 1, "x": 8, "y": 0.36},
        {"label": "K34", "matrix": [3, 4], "w": 1, "x": 9, "y": 0.25},
        {"label": "K24", "matrix": [2, 4], "w": 1, "x": 10, "y": 0},
        {"label": "K14", "matrix": [1, 4], "w": 1, "x": 11, "y": 0.5},
        {"label": "K04", "matrix": [0, 4], "w": 1, "x": 12, "y": 0.75},
        {"label": "K01", "matrix": [0, 1], "w": 1, "x": 0, "y": 1.75},
        {"label": "K11", "matrix": [1, 1], "w": 1, "x": 1, "y": 1.5},
        {"label": "K21", "matrix": [2, 1], "w": 1, "x": 2, "y": 1},
        {"label": "K31", "matrix": [3, 1], "w": 1, "x": 3, "y": 1.25},
        {"label": "K41", "matrix": [4, 1], "w": 1, "x": 4, "y": 1.36},
        {"label": "K45", "matrix": [4, 5], "w": 1, "x": 8, "y": 1.36},
        {"label": "K35", "matrix": [3, 5], "w": 1, "x": 9, "y": 1.25},
        {"label": "K25", "matrix": [2, 5], "w": 1, "x": 10, "y": 1},
        {"label": "K15", "matrix": [1, 5], "w": 1, "x": 11, "y": 1.5},
        {"label": "K05", "matrix": [0, 5], "w": 1, "x": 12, "y": 1.75},
        {"label": "K02", "matrix": [0, 2], "w": 1, "x": 0, "y": 2.75},
        {"label": "K12", "matrix": [1, 2], "w": 1, "x": 1, "y": 2.5},
        {"label": "K22", "matrix": [2, 2], "w": 1, "x": 2, "y": 2},
        {"label": "K32", "matrix": [3, 2], "w": 1, "x": 3, "y": 2.25},
        {"label": "K42", "matrix": [4, 2], "w": 1, "x": 4, "y": 2.36},
        {"label": "K46", "matrix": [4, 6], "w": 1, "x": 8, "y": 2.36},
        {"label": "K36", "matrix": [3, 6], "w": 1, "x": 9, "y": 2.25},
        {"label": "K26", "matrix": [2, 6], "w": 1, "x": 10, "y": 2},
        {"label": "K16", "matrix": [1, 6], "w": 1, "x": 11, "y": 2.5},
        {"label": "K06", "matrix": [0, 6], "w": 1, "x": 12, "y": 2.75},
        {"label": "K23", "matrix": [2, 3], "w": 1, "x": 3, "y": 3.25},
        {"label": "K33", "matrix": [3, 3], "w": 1, "x": 4, "y": 3.36},
        {"label": "K43", "matrix": [4, 3], "w": 1, "x": 5, "y": 3.47},
        {"label": "K47", "matrix": [4, 7], "w": 1, "x": 7, "y": 3.47},
        {"label": "K37", "matrix": [3, 7], "w": 1, "x": 8, "y": 3.36},
        {"label": "K27", "matrix": [2, 7], "w": 1, "x": 9, "y": 3.25}
      ]
    }
  }
}