summaryrefslogtreecommitdiff
path: root/keyboards/bastardkb/tbkmini/blackpill/keyboard.json
blob: 61d0e741fef31bdcc5ced320e095bc1facf72d07 (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
{
    "keyboard_name": "TBK Mini Blackpill",
    "usb": {
        "device_version": "1.0.0",
        "shared_endpoint": {
            "keyboard": true
        }
    },
    "features": {
        "bootmagic": true,
        "mousekey": true,
        "extrakey": true,
        "rgb_matrix": true
    },
    "eeprom": {
        "driver": "spi"
    },
    "split": {
        "enabled": true
    },
    "rgb_matrix": {
        "driver": "ws2812"
    },
    "ws2812": {
        "pin": "A1",
        "driver": "pwm"
    },
    "build": {
        "debounce_type": "asym_eager_defer_pk"
    },
    "matrix_pins": {
        "cols": ["B0", "B1", "B10", "B3", "B4", "B5"],
        "rows": ["A2", "B8", "A8", "B9"]
    },
    "diode_direction": "ROW2COL",
    "development_board": "blackpill_f411"
}