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