Change USBasp and bootloadHID bootloaders to lowercase (#14354)

This commit is contained in:
Ryan
2021-09-10 17:17:54 +10:00
committed by GitHub
parent 7eea780a7d
commit d5cb7de5e4
107 changed files with 156 additions and 158 deletions

View File

@@ -5,7 +5,7 @@ MCU = atmega32a
F_CPU = 16000000
# Bootloader selection
BOOTLOADER = USBasp
BOOTLOADER = usbasploader
# Build Options
# change yes to no to disable
@@ -30,4 +30,3 @@ ENCODER_ENABLE = yes
WPM_ENABLE = yes
LTO_ENABLE = no
AUTO_SHIFT_ENABLE = no