diff options
Diffstat (limited to 'keyboards/helix/rules.mk')
-rw-r--r-- | keyboards/helix/rules.mk | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/keyboards/helix/rules.mk b/keyboards/helix/rules.mk index b3eea4028..245bff70f 100644 --- a/keyboards/helix/rules.mk +++ b/keyboards/helix/rules.mk | |||
@@ -37,10 +37,13 @@ ARCH = AVR8 | |||
37 | # CPU clock adjust registers or the clock division fuses), this will be equal to F_CPU. | 37 | # CPU clock adjust registers or the clock division fuses), this will be equal to F_CPU. |
38 | F_USB = $(F_CPU) | 38 | F_USB = $(F_CPU) |
39 | 39 | ||
40 | # Bootloader | 40 | # Bootloader selection |
41 | # This definition is optional, and if your keyboard supports multiple bootloaders of | 41 | # Teensy halfkay |
42 | # different sizes, comment this out, and the correct address will be loaded | 42 | # Pro Micro caterina |
43 | # automatically (+60). See bootloader.mk for all options. | 43 | # Atmel DFU atmel-dfu |
44 | # LUFA DFU lufa-dfu | ||
45 | # QMK DFU qmk-dfu | ||
46 | # atmega32a bootloadHID | ||
44 | BOOTLOADER = caterina | 47 | BOOTLOADER = caterina |
45 | 48 | ||
46 | # Interrupt driven control endpoint task(+60) | 49 | # Interrupt driven control endpoint task(+60) |