summaryrefslogtreecommitdiffstats
path: root/keyboards/keychron/k12_pro/info.json
blob: b30c4465e98ecd2f3dc663e0771b7c8ccba93f37 (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
{
    "keyboard_name": "Keychron K12 Pro",
    "manufacturer": "Keychron",
    "url": "https://github.com/Keychron",
    "maintainer": "lalalademaxiya1",
    "processor": "STM32L432",
    "bootloader": "stm32-dfu",
    "usb": {
    	"vid": "0x3434"
    },
    "features": {
        "bootmagic": true,
        "command": false,
        "console": false,
        "dip_switch": true,
        "extrakey": true,
        "mousekey": true,
        "nkro": true,
        "bluetooth": false,
        "raw": true
    },
    "matrix_pins": {
        "cols": [null, null, null, null, null, null, null, null, null, null, null, null, null, null ],
        "rows": ["B4", "B3", "A15", "A14", "A13"]
    },
    "diode_direction": "ROW2COL"
}