aboutsummaryrefslogtreecommitdiff
path: root/keyboards/7c8
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2021-09-10 17:17:54 +1000
committerGitHub <noreply@github.com>2021-09-10 17:17:54 +1000
commitd5cb7de5e4ea60dce69764a627358d534af1f666 (patch)
tree5835a4448bbb4e946495aad393145aca39305c75 /keyboards/7c8
parent7eea780a7da2d9197b78b62b7294a6b2bc2fa572 (diff)
downloadqmk_firmware-d5cb7de5e4ea60dce69764a627358d534af1f666.tar.gz
qmk_firmware-d5cb7de5e4ea60dce69764a627358d534af1f666.zip
Change USBasp and bootloadHID bootloaders to lowercase (#14354)
Diffstat (limited to 'keyboards/7c8')
-rw-r--r--keyboards/7c8/framework/rules.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/7c8/framework/rules.mk b/keyboards/7c8/framework/rules.mk
index 2785c0a81..7e5082064 100644
--- a/keyboards/7c8/framework/rules.mk
+++ b/keyboards/7c8/framework/rules.mk
@@ -2,7 +2,7 @@
2MCU = atmega328p 2MCU = atmega328p
3 3
4# Bootloader selection 4# Bootloader selection
5BOOTLOADER = USBasp 5BOOTLOADER = usbasploader
6 6
7BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite 7BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite
8MOUSEKEY_ENABLE = yes 8MOUSEKEY_ENABLE = yes
@@ -19,4 +19,4 @@ AUDIO_ENABLE = no
19FAUXCLICKY_ENABLE = no 19FAUXCLICKY_ENABLE = no
20LAYOUTS_HAS_RGB = no 20LAYOUTS_HAS_RGB = no
21ENCODER_ENABLE = yes 21ENCODER_ENABLE = yes
22LEADER_ENABLE = yes \ No newline at end of file 22LEADER_ENABLE = yes