~ruther/qmk_firmware

ref: c0185116d780cee4bf61c70be0221be2e8ce5962 qmk_firmware/keyboards/capsunlocked/cu7/info.json -rw-r--r-- 446 bytes
c0185116 — Joel Challis More validation of declared LAYOUT macro names (#16520) 3 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
    "keyboard_name": "CU7",
    "url": "https://caps-unlocked.com/cu7/",
    "maintainer": "rys",
    "layouts": {
        "LAYOUT": {
            "layout": [
                {"x":0.5, "y":0, "w":2, "h":2},

                {"x":0, "y":2.5},
                {"x":1, "y":2.5},
                {"x":2, "y":2.5},

                {"x":0, "y":3.5},
                {"x":1, "y":3.5},
                {"x":2, "y":3.5}
            ]
        }
    }
}