summaryrefslogtreecommitdiffstats
path: root/keyboards/keebio/bdn9/rev1/info.json
blob: 0167052f6d74624c8744aabdf64a033a01516aa4 (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
{
    "keyboard_name": "BDN9 Rev. 1",
    "usb": {
        "pid": "0x1133",
        "device_version": "1.0.0"
    },
    "encoder": {
        "rotary": [
            {"pin_a": "D0", "pin_b": "D1"},
            {"pin_a": "F6", "pin_b": "F5"},
            {"pin_a": "B6", "pin_b": "F7"}
        ]
    },
    "backlight": {
        "pin": "B5",
        "levels": 7
    },
    "rgblight": {
        "saturation_steps": 8,
        "brightness_steps": 8,
        "led_count": 4,
        "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": "D3"
    },
    "processor": "atmega32u4",
    "bootloader": "caterina",
    "matrix_pins": {
        "direct": [
            ["D2", "D4", "F4"],
            ["D7", "B1", "B3"],
            ["E6", "B4", "B2"]
        ]
    }
}