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,15 +1,16 @@
# MCU name
MCU = at90usb1286
# Bootloader
# This definition is optional, and if your keyboard supports multiple bootloaders of
# different sizes, comment this out, and the correct address will be loaded
# automatically (+60). See bootloader.mk for all options.
# Bootloader selection
# Teensy halfkay
# Pro Micro caterina
# Atmel DFU atmel-dfu
# LUFA DFU lufa-dfu
# QMK DFU qmk-dfu
# ATmega32A bootloadHID
# ATmega328P USBasp
BOOTLOADER = atmel-dfu
# Interrupt driven control endpoint task(+60)
OPT_DEFS += -DINTERRUPT_CONTROL_ENDPOINT
# Build Options
# change to "no" to disable the options, or define them in the Makefile in
# the appropriate keymap folder that will get included automatically