summaryrefslogtreecommitdiffstats
path: root/keyboards/boardsource/holiday/spooky/info.json
blob: b8964d881ef78e54181e5310085d71da372fae6a (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
{
    "keyboard_name": "spooky",
    "manufacturer": "Boardsource",
    "url": "https://boardsource.xyz/store/5f783f6da2c1b43e37ca0795",
    "maintainer": "boardsource",
    "usb": {
        "vid": "0x4273",
        "pid": "0x1031",
        "device_version": "0.0.1"
    },
    "layouts": {
        "LAYOUT_ortho_2x3": {
            "layout": [
                { "label": "k00", "x": 0, "y": 0 },
                { "label": "k01", "x": 1, "y": 0 },
                { "label": "k02", "x": 2, "y": 0 },

                { "label": "k10", "x": 0, "y": 1 },
                { "label": "k11", "x": 1, "y": 1 },
                { "label": "k12", "x": 2, "y": 1 }
            ]
        }
    }
}