summaryrefslogtreecommitdiff
path: root/keyboards/keebio/bdn9/rev2/info.json
blob: 324a4000413b0040e9776b89b0077bf9aa0ff857 (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
{
    "keyboard_name": "BDN9 Rev. 2",
    "usb": {
        "pid": "0x2133",
        "device_version": "2.0.0"
    },
    "rgblight": {
        "saturation_steps": 8,
        "brightness_steps": 8,
        "led_count": 11,
        "sleep": true,
        "animations": {
            "breathing": true,
            "rainbow_mood": true,
            "rainbow_swirl": true,
            "snake": true,
            "knight": true,
            "christmas": true,
            "static_gradient": true,
            "rgb_test": true,
            "alternating": true,
            "twinkle": true
        }
    },
    "ws2812": {
        "pin": "B15"
    },
    "rgb_matrix": {
        "driver": "ws2812"
    },
    "encoder": {
        "rotary": [
            {"pin_a": "A8", "pin_b": "A4"},
            {"pin_a": "B3", "pin_b": "A15"},
            {"pin_a": "A10", "pin_b": "A9"}
        ]
    },
    "qmk": {
        "tap_keycode_delay": 10
    },
    "processor": "STM32F072",
    "bootloader": "stm32-dfu",
    "matrix_pins": {
        "direct": [
            ["B12", "B5", "B6"],
            ["B14", "B4", "B7"],
            ["A3", "F1", "F0"]
        ]
    }
}