summaryrefslogtreecommitdiffstats
path: root/keyboards/handwired/lovelive9/info.json
blob: f5cecc75e594c6119966f36b732ad38f48dffcac (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
{
    "keyboard_name": "lovelive9",
    "manufacturer": "numazu Keyboards",
    "url": "https://github.com/ginjake",
    "maintainer": "ginjake",
    "usb": {
        "vid": "0xFEED",
        "pid": "0x0007",
        "device_version": "0.0.1"
    },
    "matrix_pins": {
        "cols": ["B4", "B6", "B2", "D7", "B1", "F7", "F6", "F5", "F4"],
        "rows": [null]
    },
    "diode_direction": "COL2ROW",
    "backlight": {
        "breathing_period": 2
    },
    "processor": "atmega32u4",
    "bootloader": "caterina",
    "layouts": {
        "LAYOUT": {
            "layout": [
              {"x": 0, "y": 0},
              {"x": 0.5, "y": 1.25},
              {"x": 1.5, "y": 2.5},
              {"x": 2.75, "y": 3.25},
              {"x": 4, "y": 3.5},
              {"x": 5.25, "y": 3.25},
              {"x": 6.5, "y": 2.5},
              {"x": 7.5, "y": 1.25},
              {"x": 8, "y": 0}
            ]
        }
    }
}