summaryrefslogtreecommitdiffstats
path: root/keyboards/keychron/k14_pro/info.json
blob: abb3295b285e71b6c7ac44d5dde41445717d4e2a (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
{
    "keyboard_name": "Keychron K14 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,
        "raw": true
    },
    "matrix_pins": {
        "cols": [null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null ],
        "rows": ["B4", "B3", "A15", "A14", "A13"],
        "custom": true,
        "custom_lite": true
    },
    "diode_direction": "ROW2COL"
}