summaryrefslogtreecommitdiff
path: root/keyboards/pica40/rev2/info.json
blob: 9dd5aa299586644c475820e8aa913cf1cb8cb03a (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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
    "processor": "RP2040",
    "bootloader": "rp2040",
    "diode_direction": "COL2ROW",
    "matrix_pins": {
        "cols": ["GP26", "GP27", "GP28", "GP29", "GP6"],
        "rows": ["GP3", "GP4", "GP2", "GP1"]
    },
    "indicators": {
        "num_lock": "GP17",
        "caps_lock": "GP16",
        "scroll_lock": "GP25",
        "on_state": 0
    },
    "features": {
        "bootmagic": true,
        "command": false,
        "console": false,
        "mousekey": true,
        "extrakey": true,
        "encoder": true,
        "rgblight": true,
        "nkro": true
    },
    "rgblight": {
        "led_count": 1,
        "pin": "GP12",
        "split": true,
        "layers": {
            "enabled": true,
            "max": 3
        }
    },
    "ws2812": {
        "driver": "vendor"
    },
    "split": {
        "enabled": true,
        "encoder": {
            "right": {
                "rotary": []
            }
        }
    },
    "encoder": {
        "rotary": [{ "pin_a": "GP7", "pin_b": "GP7", "resolution": 4 }]
    },
    "usb": {
        "device_version": "1.0.0",
        "pid": "0x0842",
        "vid": "0xFEED"
    },
    "build": {
        "lto": true
    }
}