1
0
Fork 0

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,21 +1,14 @@
# MCU name
MCU = atmega32u4
# Processor frequency.
F_CPU = 16000000
# LUFA specific
#
# Target architecture (see library "Board Types" documentation).
ARCH = AVR8
# Input clock frequency.
F_USB = $(F_CPU)
# Interrupt driven control endpoint task(+60)
OPT_DEFS += -DINTERRUPT_CONTROL_ENDPOINT
# Bootloader
# 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