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,6 @@
# MCU name
MCU = atmega32u4
# Bootloader selection
# Teensy halfkay
# Pro Micro caterina
@ -12,7 +11,6 @@ MCU = atmega32u4
# ATmega328P USBasp
BOOTLOADER = atmel-dfu
# Build Options
# change yes to no to disable
#
@ -32,4 +30,4 @@ UNICODE_ENABLE = no # Unicode
BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID
AUDIO_ENABLE = no # Audio output on port C6
FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches
HD44780_ENABLE = no # Enable support for HD44780 based LCDs
HD44780_ENABLE = no # Enable support for HD44780 based LCDs