~ruther/qmk_firmware

d8707164578790e7b4aed9767431013b6ded40cb — Joel Challis 3 years ago 0ef2246
Add bluepill/blackpill development board presets (#16806)

2 files changed, 16 insertions(+), 1 deletions(-)

M data/mappings/defaults.json
M data/schemas/keyboard.jsonschema
M data/mappings/defaults.json => data/mappings/defaults.json +15 -0
@@ 15,6 15,21 @@
            "bootloader": "stm32-dfu",
            "board": "QMK_PROTON_C",
            "pin_compatible": "promicro"
        },
        "bluepill": {
            "processor": "STM32F103",
            "bootloader": "stm32duino",
            "board": "STM32_F103_STM32DUINO"
        },
        "blackpill_f401": {
            "processor": "STM32F401",
            "bootloader": "stm32-dfu",
            "board": "BLACKPILL_STM32_F401"
        },
        "blackpill_f411": {
            "processor": "STM32F411",
            "bootloader": "stm32-dfu",
            "board": "BLACKPILL_STM32_F411"
        }
    }
}
\ No newline at end of file

M data/schemas/keyboard.jsonschema => data/schemas/keyboard.jsonschema +1 -1
@@ 14,7 14,7 @@
        },
        "development_board": {
            "type": "string",
            "enum": ["promicro", "elite_c", "proton_c"]
            "enum": ["promicro", "elite_c", "proton_c", "bluepill", "blackpill_f401", "blackpill_f411"]
        },
        "pin_compatible": {
            "type": "string",