~ruther/qmk_firmware

ref: 67d512e639806b24e68cb35170789f614e779638 qmk_firmware/keyboards/handwired/onekey/blackpill_f411_tinyuf2/keyboard.json -rw-r--r-- 461 bytes
67d512e6 — Lex Brugman Fix enter for two ANSI layouts on the TKD Cycle7 (#24070) 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
{
    "keyboard_name": "Onekey Blackpill STM32F411 TinyUF2",
    "development_board": "blackpill_f411",
    "bootloader": "tinyuf2",
    "usb": {
        "shared_endpoint": {
            "keyboard": true
        }
    },
    "matrix_pins": {
        "cols": ["B0"],
        "rows": ["A7"]
    },
    "backlight": {
        "pin": "A0"
    },
    "ws2812": {
        "pin": "A1"
    },
    "apa102": {
        "data_pin": "A1",
        "clock_pin": "A2"
    }
}
Do not follow this link