1
0
Fork 0

Cleanup rules.mk for 32U4 keyboards, N-Q (#7147)

This commit is contained in:
fauxpark 2019-10-26 12:32:18 +11:00 committed by Drashna Jaelre
parent 006ec86786
commit 5d34e70cf7
60 changed files with 300 additions and 1480 deletions

View file

@ -1,16 +1,22 @@
# MCU name
MCU = atmega32u4
# Processor frequency.
# Processor frequency
F_CPU = 8000000
# 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
# comment out to disable the options.
#
BLUETOOTH = AdafruitBLE
BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration(+1000)
MOUSEKEY_ENABLE = no # Mouse keys(+4700)