aboutsummaryrefslogtreecommitdiff
path: root/keyboards/handwired/aek64/rules.mk
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/handwired/aek64/rules.mk')
-rw-r--r--keyboards/handwired/aek64/rules.mk20
1 files changed, 9 insertions, 11 deletions
diff --git a/keyboards/handwired/aek64/rules.mk b/keyboards/handwired/aek64/rules.mk
index 5fe5a9bae..c02af3dd6 100644
--- a/keyboards/handwired/aek64/rules.mk
+++ b/keyboards/handwired/aek64/rules.mk
@@ -1,17 +1,15 @@
1# Target file name (without extension).
2
3# project specific files
4
5# MCU name 1# MCU name
6MCU = at90usb1286 2MCU = at90usb1286
7 3
8# Boot Section Size in *bytes* 4# Bootloader selection
9# Teensy halfKay 512 5# Teensy halfkay
10# Teensy++ halfKay 1024 6# Pro Micro caterina
11# Atmel DFU loader 4096 7# Atmel DFU atmel-dfu
12# LUFA bootloader 4096 8# LUFA DFU lufa-dfu
13# USBaspLoader 2048 9# QMK DFU qmk-dfu
14BOOTLOADER = halfKay 10# ATmega32A bootloadHID
11# ATmega328P USBasp
12BOOTLOADER = halfkay
15 13
16# Build Options 14# Build Options
17# change to no to disable the options. 15# change to no to disable the options.