~ruther/qmk_firmware

ref: bfa05cc5e7a41c0291690516c2954aaefde7d9b9 qmk_firmware/keyboards/flehrad/bigswitch/keyboard.json -rw-r--r-- 1.2 KiB
bfa05cc5 — James Young Migrate `LOCKING_*_ENABLE` to Data-Driven: P, Part 1 (#23779) 11 months ago
                                                                                
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
51
52
53
54
{
    "manufacturer": "flehrad",
    "keyboard_name": "BigSwitch PCB",
    "maintainer": "qmk",
    "debounce": 50,
    "development_board": "promicro",
    "diode_direction": "ROW2COL",
    "features": {
        "bootmagic": false,
        "console": true,
        "extrakey": true,
        "mousekey": true,
        "nkro": false,
        "rgblight": true
    },
    "matrix_pins": {
        "cols": ["B6"],
        "rows": ["B5"]
    },
    "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
        },
        "default": {
            "animation": "rainbow_swirl",
            "val": 127
        },
        "led_count": 8
    },
    "usb": {
        "device_version": "0.0.1",
        "pid": "0xB195",
        "vid": "0x1209"
    },
    "ws2812": {
        "pin": "D3"
    },
    "layouts": {
        "LAYOUT": {
            "layout": [
                {"matrix": [0, 0], "x": 0, "y": 0, "w": 4, "h": 4}
            ]
        }
    }
}
Do not follow this link