aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/binepad/kn01/keyboard.json
blob: d7edaee77e27920dfd140c8231877e576d1dc8be (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
{
    "manufacturer": "Binepad",
    "keyboard_name": "KN01",
    "maintainer": "Binpad",
    "bootloader": "stm32duino",
    "diode_direction": "COL2ROW",
    "encoder": {
        "rotary": [
            {"pin_a": "B3", "pin_b": "B4"}
        ]
    },
    "features": {
        "bootmagic": true,
        "encoder": true,
        "extrakey": true,
        "mousekey": true
    },
    "matrix_pins": {
        "cols": ["A15"],
        "rows": ["A8"]
    },
    "processor": "STM32F103",
    "url": "http://binepad.com",
    "usb": {
        "device_version": "1.0.0",
        "pid": "0x4040",
        "vid": "0x4249"
    },
    "community_layouts": ["ortho_1x1"],
    "layouts": {
        "LAYOUT_ortho_1x1": {
            "layout": [
                {"matrix": [0, 0], "x": 0, "y": 0, "w": 2, "h": 2}
            ]
        }
    }
}