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 | |
| 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')
| -rw-r--r-- | data/schemas/keyboard.jsonschema | 2 | ||||
| -rw-r--r-- | data/templates/ps2avrgb/rules.mk | 2 |
2 files changed, 2 insertions, 2 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", |
diff --git a/data/templates/ps2avrgb/rules.mk b/data/templates/ps2avrgb/rules.mk index 6c0b7cc23..b374eca33 100644 --- a/data/templates/ps2avrgb/rules.mk +++ b/data/templates/ps2avrgb/rules.mk | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | MCU = atmega32a | 2 | MCU = atmega32a |
| 3 | 3 | ||
| 4 | # Bootloader selection | 4 | # Bootloader selection |
| 5 | BOOTLOADER = bootloadHID | 5 | BOOTLOADER = bootloadhid |
| 6 | 6 | ||
| 7 | # Build Options | 7 | # Build Options |
| 8 | # change yes to no to disable | 8 | # change yes to no to disable |
