summaryrefslogtreecommitdiff
path: root/keyboards/clueboard/california/info.json
blob: e40b2338cd172043989031c7f87a7ae39fe41bdf (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
{
    "keyboard_name": "Clueboard California",
    "url": "",
    "maintainer": "skullydazed",
    "processor": "STM32F303",
    "board": "QMK_PROTON_C",
    "matrix_pins": {
        "direct": [
            ["A10", "A9"],
            ["A0", "B8"],
            [null, "B11"],
            ["B9", "A8"],
            ["A7", "B1"],
            [null, "B2"]
        ]
    },
    "features": {
        "mousekey": true,
	"extrakey": true,
	"console": true,
	"command": true,
	"audio": true
    },
    "usb": {"pid": "0x23B0"},
    "layouts": {
        "LAYOUT": {
            "layout": [
                {"x": 0, "y": 0, "w": 1, "matrix": [0, 0]},
                {"x": 1, "y": 0, "w": 1, "matrix": [0, 1]},
                {"x": 0, "y": 1, "w": 1, "matrix": [1, 0]},
                {"x": 1, "y": 1, "w": 1, "matrix": [1, 1]},
                {"x": 1, "y": 2, "w": 1, "matrix": [2, 1]},
                {"x": 1.25, "y": 3, "w": 1, "matrix": [3, 0]},
                {"x": 2.25, "y": 3, "w": 1, "matrix": [3, 1]},
                {"x": 2, "y": 4, "w": 1, "matrix": [4, 0]},
                {"x": 3, "y": 4, "w": 1, "matrix": [4, 1]},
                {"x": 3.75, "y": 5, "w": 1, "matrix": [5, 1]}
            ]
        }
    }
}