summaryrefslogtreecommitdiff
path: root/keyboards/helix/rules.mk
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/helix/rules.mk')
-rw-r--r--keyboards/helix/rules.mk11
1 files changed, 7 insertions, 4 deletions
diff --git a/keyboards/helix/rules.mk b/keyboards/helix/rules.mk
index b3eea4028e..245bff70fa 100644
--- a/keyboards/helix/rules.mk
+++ b/keyboards/helix/rules.mk
@@ -37,10 +37,13 @@ ARCH = AVR8
# CPU clock adjust registers or the clock division fuses), this will be equal to F_CPU.
F_USB = $(F_CPU)
-# 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
BOOTLOADER = caterina
# Interrupt driven control endpoint task(+60)