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 /keyboards/mechlovin/hex4b | |
| parent | 7eea780a7da2d9197b78b62b7294a6b2bc2fa572 (diff) | |
| download | qmk_firmware-d5cb7de5e4ea60dce69764a627358d534af1f666.tar.gz qmk_firmware-d5cb7de5e4ea60dce69764a627358d534af1f666.zip | |
Change USBasp and bootloadHID bootloaders to lowercase (#14354)
Diffstat (limited to 'keyboards/mechlovin/hex4b')
| -rw-r--r-- | keyboards/mechlovin/hex4b/rules.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/mechlovin/hex4b/rules.mk b/keyboards/mechlovin/hex4b/rules.mk index e646f085b..03ebafa10 100644 --- a/keyboards/mechlovin/hex4b/rules.mk +++ b/keyboards/mechlovin/hex4b/rules.mk | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | MCU = atmega32a | 2 | MCU = atmega32a |
| 3 | 3 | ||
| 4 | # Bootloader selection | 4 | # Bootloader selection |
| 5 | BOOTLOADER = USBasp | 5 | BOOTLOADER = usbasploader |
| 6 | 6 | ||
| 7 | # Processor frequency | 7 | # Processor frequency |
| 8 | F_CPU = 16000000 | 8 | F_CPU = 16000000 |
