~ruther/qmk_firmware

ref: be967d42d27b7391e544bf5499caea2026d4cf27 qmk_firmware/keyboards/handwired/pytest/info.json -rw-r--r-- 583 bytes
be967d42 — Ryan `playkbtw/pk64rgb`: move RGB Matrix LED config to data driven (#24062) 9 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
{
    "keyboard_name": "pytest",
    "manufacturer": "none",
    "maintainer": "qmk",
    "usb": {
        "vid": "0xFEED",
        "pid": "0x6465",
        "device_version": "0.0.1"
    },
    "matrix_pins": {
        "cols": ["F4"],
        "rows": ["F5"]
    },
    "diode_direction": "COL2ROW",
    "processor": "atmega32u4",
    "bootloader": "atmel-dfu",
    "layout_aliases": {
        "LAYOUT": "LAYOUT_ortho_1x1"
    },
    "layouts": {
        "LAYOUT_ortho_1x1": {
            "layout": [
                {"matrix": [0, 0], "x": 0, "y": 0}
            ]
        }
    }
}
Do not follow this link