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