summaryrefslogtreecommitdiff
path: root/keyboards/bear_face/info.json
blob: 90191299d87dee56caf944b7c4215e363178404c (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
{
    "manufacturer": "will-hedges",
    "url": "https://github.com/will-hedges",
    "maintainer": "will-hedges",
    "usb": {
        "vid": "0xFEED",
        "pid": "0x09F5"
    },
    "features": {
        "backlight": true,
        "bootmagic": true,
        "command": false,
        "console": false,
        "extrakey": true,
        "mousekey": false
    },
    "qmk": {
        "locking": {
            "enabled": true,
            "resync": true
        }
    },
    "matrix_pins": {
        "cols": ["B5", "C7", "C6", "F0", "E6", "B7", "D0", "D1", "D2", "D3", "D5", "D4", "D6", "D7", "B4"],
        "rows": ["F5", "F6", "F4", "F1", "B0", "B6"]
    },
    "diode_direction": "COL2ROW",
    "backlight": {
        "as_caps_lock": true,
        "driver": "software",
        "pin": "F7"
    },
    "processor": "atmega32u4",
    "bootloader": "atmel-dfu"
}