~ruther/qmk_firmware

ref: 2bde8ce2068240531baf79c23b83878bb19ed0a0 qmk_firmware/keyboards/handwired/macroboard/f411/keyboard.json -rw-r--r-- 686 bytes
2bde8ce2 — Ryan `ez_maker`: adjust layout names (#24015) 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
28
29
30
31
32
33
{
    "usb": {
        "shared_endpoint": {
            "keyboard": true
        }
    },
    "matrix_pins": {
        "cols": ["B12", "B13", "B14", "B15", "A8", "A10"],
        "rows": ["A15", "B3", "B4", "B5", "B7"]
    },
    "diode_direction": "COL2ROW",
    "audio": {
        "driver": "pwm_hardware"
    },
    "ws2812": {
        "driver": "pwm"
    },
    "development_board": "blackpill_f411",
    "features": {
        "bootmagic": true,
        "mousekey": true,
        "extrakey": true,
        "nkro": true,
        "rgblight": true,
        "audio": true
    },
    "qmk": {
        "locking": {
            "enabled": true,
            "resync": true
        }
    }
}
Do not follow this link