Cleanup rules.mk for 32U4 keyboards, A-F (#6804)

* Cleanup rules.mk for 32U4 keyboards, A-F

* Put back stuff in VIA keymaps
This commit is contained in:
fauxpark
2019-10-06 05:09:35 +11:00
committed by Drashna Jaelre
parent 19b60c273a
commit e8b65d0170
147 changed files with 1018 additions and 6910 deletions

View File

@@ -1,11 +1,14 @@
MCU = atmega32u4 # Teensy 2.0
F_CPU = 16000000
ARCH = AVR8
F_USB = $(F_CPU)
# Interrupt driven control endpoint task
OPT_DEFS += -DINTERRUPT_CONTROL_ENDPOINT
# MCU name
MCU = atmega32u4
# Bootloader selection
# Teensy halfkay
# Pro Micro caterina
# Atmel DFU atmel-dfu
# LUFA DFU lufa-dfu
# QMK DFU qmk-dfu
# ATmega32A bootloadHID
# ATmega328P USBasp
BOOTLOADER = caterina
# Build Options