diff options
author | fauxpark <fauxpark@gmail.com> | 2019-09-20 02:55:03 +1000 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2019-09-19 09:55:03 -0700 |
commit | f34299efd7c5be439b0991d46c26de6c8709a2d9 (patch) | |
tree | 16f0ad27a74857fc0bca45e0c8f17e34303360a2 /keyboards/handwired/aek64 | |
parent | 911b8915cc89c040db3c6075a1a547003b0ab37f (diff) |
Cleanup rules.mk for USB64 and USB128 keyboards (#6769)
Diffstat (limited to 'keyboards/handwired/aek64')
-rw-r--r-- | keyboards/handwired/aek64/rules.mk | 20 |
1 files changed, 9 insertions, 11 deletions
diff --git a/keyboards/handwired/aek64/rules.mk b/keyboards/handwired/aek64/rules.mk index 5fe5a9bae9..c02af3dd6c 100644 --- a/keyboards/handwired/aek64/rules.mk +++ b/keyboards/handwired/aek64/rules.mk @@ -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. |