summaryrefslogtreecommitdiff
path: root/keyboards/planck
diff options
context:
space:
mode:
authorfauxpark <fauxpark@gmail.com>2019-09-20 02:55:03 +1000
committerDrashna Jaelre <drashna@live.com>2019-09-19 09:55:03 -0700
commitf34299efd7c5be439b0991d46c26de6c8709a2d9 (patch)
tree16f0ad27a74857fc0bca45e0c8f17e34303360a2 /keyboards/planck
parent911b8915cc89c040db3c6075a1a547003b0ab37f (diff)
Cleanup rules.mk for USB64 and USB128 keyboards (#6769)
Diffstat (limited to 'keyboards/planck')
-rw-r--r--keyboards/planck/light/rules.mk15
1 files changed, 8 insertions, 7 deletions
diff --git a/keyboards/planck/light/rules.mk b/keyboards/planck/light/rules.mk
index b621a9abb0..0d86bb8a55 100644
--- a/keyboards/planck/light/rules.mk
+++ b/keyboards/planck/light/rules.mk
@@ -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