1
0
Fork 0

Cleanup rules.mk for 32U4 keyboards, I-K (#7097)

* Cleanup rules.mk for 32U4 keyboards, I-K

* Clean up ivy rules.mk
This commit is contained in:
fauxpark 2019-10-22 15:43:18 +11:00 committed by noroadsleft
parent c44aff5f18
commit 2ee961c9e8
65 changed files with 317 additions and 1672 deletions

View file

@ -1,11 +1,15 @@
# MCU name
MCU = atmega32u4
F_CPU = 16000000
ARCH = AVR8
F_USB = $(F_CPU)
BOOTLOADER = caterina
# Interrupt driven control endpoint task(+60)
OPT_DEFS += -DINTERRUPT_CONTROL_ENDPOINT
# 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
# change to "no" to disable the options, or define them in the Makefile in