diff options
author | fauxpark <fauxpark@gmail.com> | 2019-08-02 13:47:52 +1000 |
---|---|---|
committer | noroadsleft <18669334+noroadsleft@users.noreply.github.com> | 2019-08-04 20:46:57 -0700 |
commit | 72f382fc02b3c5c81c54fd2d239d653fe2f8083c (patch) | |
tree | 4000273f563ec929108f95950916f8b703e17a96 /keyboards/helix/rules.mk | |
parent | 430c37024e8de42bb735f26386f2b13f042e3569 (diff) | |
download | qmk_firmware-72f382fc02b3c5c81c54fd2d239d653fe2f8083c.tar.gz qmk_firmware-72f382fc02b3c5c81c54fd2d239d653fe2f8083c.zip |
Remove unused _BOOTLOADER defines
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) |