diff options
Diffstat (limited to 'keyboards/ergo42/rules.mk')
-rw-r--r-- | keyboards/ergo42/rules.mk | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/keyboards/ergo42/rules.mk b/keyboards/ergo42/rules.mk index 286c5fccb..d8544d9ba 100644 --- a/keyboards/ergo42/rules.mk +++ b/keyboards/ergo42/rules.mk | |||
@@ -43,13 +43,15 @@ F_USB = $(F_CPU) | |||
43 | OPT_DEFS += -DINTERRUPT_CONTROL_ENDPOINT | 43 | OPT_DEFS += -DINTERRUPT_CONTROL_ENDPOINT |
44 | 44 | ||
45 | 45 | ||
46 | # Boot Section Size in *bytes* | 46 | # Bootloader selection |
47 | # Teensy halfKay 512 | 47 | # Teensy halfkay |
48 | # Teensy++ halfKay 1024 | 48 | # Pro Micro caterina |
49 | # Atmel DFU loader 4096 | 49 | # Atmel DFU atmel-dfu |
50 | # LUFA bootloader 4096 | 50 | # LUFA DFU lufa-dfu |
51 | # USBaspLoader 2048 | 51 | # QMK DFU qmk-dfu |
52 | OPT_DEFS += -DBOOTLOADER_SIZE=4096 | 52 | # atmega32a bootloadHID |
53 | BOOTLOADER = caterina | ||
54 | |||
53 | 55 | ||
54 | # Build Options | 56 | # Build Options |
55 | # change to "no" to disable the options, or define them in the Makefile in | 57 | # change to "no" to disable the options, or define them in the Makefile in |