diff options
| author | Ryan <fauxpark@gmail.com> | 2021-09-10 17:17:54 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-10 17:17:54 +1000 |
| commit | d5cb7de5e4ea60dce69764a627358d534af1f666 (patch) | |
| tree | 5835a4448bbb4e946495aad393145aca39305c75 /data/schemas/keyboard.jsonschema | |
| parent | 7eea780a7da2d9197b78b62b7294a6b2bc2fa572 (diff) | |
| download | qmk_firmware-d5cb7de5e4ea60dce69764a627358d534af1f666.tar.gz qmk_firmware-d5cb7de5e4ea60dce69764a627358d534af1f666.zip | |
Change USBasp and bootloadHID bootloaders to lowercase (#14354)
Diffstat (limited to 'data/schemas/keyboard.jsonschema')
| -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 78c9a8d36..d3e664d61 100644 --- a/data/schemas/keyboard.jsonschema +++ b/data/schemas/keyboard.jsonschema | |||
| @@ -56,7 +56,7 @@ | |||
| 56 | }, | 56 | }, |
| 57 | "bootloader": { | 57 | "bootloader": { |
| 58 | "type": "string", | 58 | "type": "string", |
| 59 | "enum": ["atmel-dfu", "bootloadHID", "caterina", "halfkay", "kiibohd", "lufa-dfu", "lufa-ms", "micronucleus", "qmk-dfu", "qmk-hid", "stm32-dfu", "stm32duino", "unknown", "USBasp", "tinyuf2"], | 59 | "enum": ["atmel-dfu", "bootloadhid", "bootloadHID", "caterina", "halfkay", "kiibohd", "lufa-dfu", "lufa-ms", "micronucleus", "qmk-dfu", "qmk-hid", "stm32-dfu", "stm32duino", "unknown", "usbasploader", "USBasp", "tinyuf2"], |
| 60 | }, | 60 | }, |
| 61 | "bootloader_instructions": { | 61 | "bootloader_instructions": { |
| 62 | "type": "string", | 62 | "type": "string", |
