1
0
Fork 0

Miscellaneous rules.mk cleanups (#7212)

* Miscellaneous rules.mk cleanups

* Put back ARM bootloader rules
This commit is contained in:
fauxpark 2019-11-01 00:11:36 +11:00 committed by Joel Challis
parent 742e83e102
commit 2ce6adff2b
7 changed files with 11 additions and 10 deletions

View file

@ -1,7 +1,7 @@
# MCU name
MCU = atmega32u4
# Processor frequency.
# Processor frequency
F_CPU = 8000000
# Bootloader selection

View file

@ -10,7 +10,6 @@ MCU = atmega32u4
# ATmega32A bootloadHID
# ATmega328P USBasp
BOOTLOADER = atmel-dfu
SPLIT_KEYBOARD = yes
# Build Options
# change yes to no to disable
@ -36,3 +35,4 @@ TAP_DANCE_ENABLE = no
UCIS_ENABLE = no
UNICODEMAP_ENABLE = no
UNICODE_ENABLE = no
SPLIT_KEYBOARD = yes

View file

@ -1,6 +1,9 @@
# MCU name
MCU = atmega32u4
# Processor frequency
F_CPU = 8000000
# Bootloader selection
# Teensy halfkay
# Pro Micro caterina
@ -11,9 +14,6 @@ MCU = atmega32u4
# ATmega328P USBasp
BOOTLOADER = caterina
# Processor frequency
F_CPU = 8000000
# Build Options
# change yes to no to disable
#