Cleanup rules.mk for USB64 and USB128 keyboards (#6769)

This commit is contained in:
fauxpark
2019-09-20 02:55:03 +10:00
committed by Drashna Jaelre
parent 911b8915cc
commit f34299efd7
27 changed files with 196 additions and 919 deletions

View File

@@ -1,11 +1,15 @@
# MCU details
# MCU name
MCU = at90usb1286
F_CPU = 16000000
ARCH = AVR8
F_USB = $(F_CPU)
OPT_DEFS += -DINTERRUPT_CONTROL_ENDPOINT
OPT_DEFS += -DBOOTLOADER_SIZE=1024
# Bootloader selection
# Teensy halfkay
# Pro Micro caterina
# Atmel DFU atmel-dfu
# LUFA DFU lufa-dfu
# QMK DFU qmk-dfu
# ATmega32A bootloadHID
# ATmega328P USBasp
BOOTLOADER = halfkay
# Build Options
BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000)