1
0
Fork 0

Cleanup rules.mk for 32U4 keyboards, R-S (#7182)

This commit is contained in:
fauxpark 2019-10-29 06:08:00 +11:00 committed by Joel Challis
parent 8bc90ee20c
commit 6d7c6d4fd6
56 changed files with 203 additions and 1537 deletions

View file

@ -1,11 +1,15 @@
# Pro Micro or Elite-C
# Automagically converted to Proton-C
# MCU name
MCU = atmega32u4
F_CPU = 16000000
ARCH = AVR8
F_USB = $(F_CPU)
BOOTLOADER = dfu
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
ifeq ($(strip $(CTPC)), yes)
CONVERT_TO_PROTON_C=yes