summaryrefslogtreecommitdiffstats
path: root/keyboards/binepad/bnr1/v2/info.json
blob: 03cee81b99fe284e004351cd12c9ad0555a85b2f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
    "bootloader": "stm32duino",
    "processor": "STM32F103",
    "diode_direction": "COL2ROW",
    "usb": {
        "pid": "0x4241",
        "device_version": "2.0.0"
    },
    "matrix_pins": {
        "cols": ["A15"],
        "rows": ["A8"]
    },
    "encoder": {
        "enabled": true,
        "rotary": [
            { 
                "pin_a": "B3", 
                "pin_b": "B4"
            }
        ]
    }
}