diff options
author | fauxpark <fauxpark@gmail.com> | 2021-09-10 17:36:17 +1000 |
---|---|---|
committer | fauxpark <fauxpark@gmail.com> | 2021-09-10 17:36:17 +1000 |
commit | a7c972b329d908d2bec683f83d9841bcbd0d6175 (patch) | |
tree | 2aa606d68664780e0320db60bc4b18f8ddc77bd9 /keyboards/percent | |
parent | c94cc1effaf0a71f62f5498b3437f22c96f18f74 (diff) | |
parent | d5cb7de5e4ea60dce69764a627358d534af1f666 (diff) | |
download | qmk_firmware-a7c972b329d908d2bec683f83d9841bcbd0d6175.tar.gz qmk_firmware-a7c972b329d908d2bec683f83d9841bcbd0d6175.zip |
Merge remote-tracking branch 'upstream/master' into develop
Diffstat (limited to 'keyboards/percent')
-rw-r--r-- | keyboards/percent/canoe/rules.mk | 2 | ||||
-rw-r--r-- | keyboards/percent/skog/rules.mk | 2 | ||||
-rw-r--r-- | keyboards/percent/skog_lite/rules.mk | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/keyboards/percent/canoe/rules.mk b/keyboards/percent/canoe/rules.mk index ce66972bed..39602cba77 100644 --- a/keyboards/percent/canoe/rules.mk +++ b/keyboards/percent/canoe/rules.mk @@ -2,7 +2,7 @@ MCU = atmega32a # Bootloader selection -BOOTLOADER = bootloadHID +BOOTLOADER = bootloadhid # build options BOOTMAGIC_ENABLE = lite # Enable Bootmagic Lite diff --git a/keyboards/percent/skog/rules.mk b/keyboards/percent/skog/rules.mk index 1f74c86678..7c8b7f8b20 100644 --- a/keyboards/percent/skog/rules.mk +++ b/keyboards/percent/skog/rules.mk @@ -2,7 +2,7 @@ MCU = atmega32a # Bootloader selection -BOOTLOADER = bootloadHID +BOOTLOADER = bootloadhid # build options BOOTMAGIC_ENABLE = lite # Enable Bootmagic Lite diff --git a/keyboards/percent/skog_lite/rules.mk b/keyboards/percent/skog_lite/rules.mk index b4bbd4a533..dcb50e8932 100644 --- a/keyboards/percent/skog_lite/rules.mk +++ b/keyboards/percent/skog_lite/rules.mk @@ -2,7 +2,7 @@ MCU = atmega32a # Bootloader selection -BOOTLOADER = bootloadHID +BOOTLOADER = bootloadhid # Build Options # change yes to no to disable |