summaryrefslogtreecommitdiff
path: root/keyboards/handwired/lovelive9/info.json
blob: be3541c4fd8e7891c8a8c553e4a4e054321bb0fa (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
{
    "keyboard_name": "lovelive9",
    "manufacturer": "numazu Keyboards",
    "url": "https://github.com/ginjake",
    "maintainer": "ginjake",
    "usb": {
        "vid": "0xFEED",
        "pid": "0x0007",
        "device_version": "0.0.1"
    },
    "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}
            ]
        }
    }
}