summaryrefslogtreecommitdiffstats
path: root/keyboards/nacly/bigsmoothknob/info.json
blob: 85f1431b29d479f1e5134ca1ce99a63994d9c22a (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
{
    "keyboard_name": "bigsmoothknob",
    "name":"bigsmoothknob",
    "url": "https://nacly.net",
    "maintainer": "na-cly",
    "manufacturer": "na-cly",
    "usb": {
        "pid": "0x6273",
        "vid": "0x6B70",
        "device_version": "1.0.0"
    },
    "encoder": {
        "rotary": [
            { "pin_a": "GP26", "pin_b": "GP27" }
        ]
    },
    "matrix_pins": {
        "cols":["GP18","GP15","GP14","GP13"],
        "rows":["GP12","GP11"]
    },
    "diode_direction": "COL2ROW",
    "processor": "RP2040",
    "bootloader": "rp2040",
    "features": {
        "bootmagic": true,
        "extrakey": true,
        "mousekey": true,
        "encoder": true
    },
    "layouts": {
        "LAYOUT": {
            "layout": [
                {"label": "1", "x": 0, "y": 0, "matrix": [0, 0]},
                {"label": "2", "x": 1, "y": 0, "matrix": [0, 1]},
                {"label": "3", "x": 2, "y": 0, "matrix": [0, 2]},
                {"label": "4", "x": 3, "y": 0, "matrix": [0, 3]},
                {"label": "5", "x": 0, "y": 1, "matrix": [1, 0]},
                {"label": "6", "x": 1, "y": 1, "matrix": [1, 1]},
                {"label": "7", "x": 2, "y": 1, "matrix": [1, 2]},
                {"label": "8", "x": 3, "y": 1, "matrix": [1, 3]}
            ]
        }
    }
}