summaryrefslogtreecommitdiff
path: root/keyboards/binepad/pixie/info.json
blob: 7d9d2ceb9ad994d7d6513cf7b16f3f08a73575ba (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
{
    "manufacturer": "binepad",
    "keyboard_name": "PIXIE",
    "url": "http://binepad.com",
    "maintainer": "binepad",
    "processor": "RP2040",
    "bootloader": "rp2040",
    "diode_direction": "COL2ROW",
    "usb": {
        "vid": "0x4249",
        "pid": "0x5078",
        "device_version": "1.0.0"
    },
    "features": {
        "bootmagic": true,
        "command": false,
        "console": false,
        "extrakey": true,
        "mousekey": true,
        "nkro": false,
        "encoder": true
    },
    "matrix_pins": {
        "cols": ["GP19", "GP4"],
        "rows": ["GP28", "GP5"]
    },
    "encoder": {
        "rotary": [
            {
                "pin_a": "GP18",
                "pin_b": "GP17"
            },
            {
                "pin_a": "GP20",
                "pin_b": "GP21"
            }
        ]
    },
    "layouts": {
        "LAYOUT": {
            "layout": [
                { "matrix": [0, 0], "x": 0, "y": 0 },
                { "matrix": [0, 1], "x": 1.25, "y": 0 },
                { "matrix": [1, 0], "x": 0, "y": 1.25 },
                { "matrix": [1, 1], "x": 1.25, "y": 1.25 }
            ]
        }
    }
}