Cleanup rules.mk for USB64 and USB128 keyboards (#6769)
This commit is contained in:
parent
911b8915cc
commit
f34299efd7
27 changed files with 196 additions and 919 deletions
|
@ -1,17 +1,15 @@
|
|||
# Target file name (without extension).
|
||||
|
||||
# project specific files
|
||||
|
||||
# MCU name
|
||||
MCU = at90usb1286
|
||||
|
||||
# Boot Section Size in *bytes*
|
||||
# Teensy halfKay 512
|
||||
# Teensy++ halfKay 1024
|
||||
# Atmel DFU loader 4096
|
||||
# LUFA bootloader 4096
|
||||
# USBaspLoader 2048
|
||||
BOOTLOADER = halfKay
|
||||
# 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
|
||||
# change to no to disable the options.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue