aboutsummaryrefslogtreecommitdiff
path: root/keyboards/planck/rev2/rules.mk
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/planck/rev2/rules.mk')
-rw-r--r--keyboards/planck/rev2/rules.mk11
1 files changed, 9 insertions, 2 deletions
diff --git a/keyboards/planck/rev2/rules.mk b/keyboards/planck/rev2/rules.mk
index be03e4515..3c85e172b 100644
--- a/keyboards/planck/rev2/rules.mk
+++ b/keyboards/planck/rev2/rules.mk
@@ -1,8 +1,15 @@
1# MCU name 1# MCU name
2MCU = atmega32u4 2MCU = atmega32u4
3 3
4# Interrupt driven control endpoint task(+60) 4# Bootloader selection
5OPT_DEFS += -DINTERRUPT_CONTROL_ENDPOINT 5# Teensy halfkay
6# Pro Micro caterina
7# Atmel DFU atmel-dfu
8# LUFA DFU lufa-dfu
9# QMK DFU qmk-dfu
10# ATmega32A bootloadHID
11# ATmega328P USBasp
12BOOTLOADER = atmel-dfu
6 13
7# Build Options 14# Build Options
8# change to "no" to disable the options, or define them in the Makefile in 15# change to "no" to disable the options, or define them in the Makefile in