diff options
| author | Nick Brassel <nick@tzarc.org> | 2021-04-25 13:40:56 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-25 13:40:56 +1000 |
| commit | 891d18d3565090abd5f218a8787acc3e25349b73 (patch) | |
| tree | a18a24e01c9fa0325d4574e7ff4975021cdaeb84 /data | |
| parent | 2a61a500de6fb286cedf644f56d70d05a0b96f0d (diff) | |
| download | qmk_firmware-891d18d3565090abd5f218a8787acc3e25349b73.tar.gz qmk_firmware-891d18d3565090abd5f218a8787acc3e25349b73.zip | |
Add initial support for tinyuf2 bootloader (when hosted on F411 blackpill) (#12600)
* Add support for jumping to tinyuf2 bootloader. Adds blackpill UF2 example.
* Update flashing.md
* Update chconf.h
* Update config.h
* Update halconf.h
* Update mcuconf.h
Diffstat (limited to 'data')
| -rw-r--r-- | data/schemas/keyboard.jsonschema | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/schemas/keyboard.jsonschema b/data/schemas/keyboard.jsonschema index 3034242fd..276f66413 100644 --- a/data/schemas/keyboard.jsonschema +++ b/data/schemas/keyboard.jsonschema | |||
| @@ -34,7 +34,7 @@ | |||
| 34 | }, | 34 | }, |
| 35 | "bootloader": { | 35 | "bootloader": { |
| 36 | "type": "string", | 36 | "type": "string", |
| 37 | "enum": ["atmel-dfu", "bootloadHID", "caterina", "halfkay", "kiibohd", "lufa-dfu", "lufa-ms", "micronucleus", "qmk-dfu", "stm32-dfu", "stm32duino", "unknown", "USBasp"] | 37 | "enum": ["atmel-dfu", "bootloadHID", "caterina", "halfkay", "kiibohd", "lufa-dfu", "lufa-ms", "micronucleus", "qmk-dfu", "stm32-dfu", "stm32duino", "unknown", "USBasp", "tinyuf2"] |
| 38 | }, | 38 | }, |
| 39 | "diode_direction": { | 39 | "diode_direction": { |
| 40 | "type": "string", | 40 | "type": "string", |
