aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/cannonkeys/cerberus/info.json
blob: c260c2fcd5900c951631071e37120e23295e92e2 (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
38
39
40
41
42
43
44
45
46
47
48
49
50
{
    "manufacturer": "CannonKeys",
    "maintainer": "awkannan",
    "bootloader": "stm32-dfu",
    "diode_direction": "COL2ROW",
    "features": {
        "bootmagic": true,
        "command": true,
        "console": true,
        "extrakey": true,
        "mousekey": true,
        "nkro": true,
        "rgblight": true
    },
    "matrix_pins": {
        "cols": ["B0", "C15", "C14", "A7", "A5", "C13", "A4", "A2", "A1", "A0", "B9", "B8", "B7", "A3", "B6", "B4", "B3", "A15"],
        "rows": ["B11", "B10", "B2", "F0", "B5"]
    },
    "processor": "STM32F072",
    "qmk": {
        "locking": {
            "enabled": true,
            "resync": true
        }
    },
    "rgblight": {
        "animations": {
            "alternating": true,
            "breathing": true,
            "christmas": true,
            "knight": true,
            "rainbow_mood": true,
            "rainbow_swirl": true,
            "rgb_test": true,
            "snake": true,
            "static_gradient": true,
            "twinkle": true
        },
        "led_count": 4
    },
    "url": "https://cannonkeys.com",
    "usb": {
        "device_version": "0.0.1",
        "vid": "0xCA04"
    },
    "ws2812": {
        "driver": "spi",
        "pin": "B15"
    }
}