diff options
Diffstat (limited to 'keyboards/planck/rev3/rules.mk')
-rw-r--r-- | keyboards/planck/rev3/rules.mk | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/keyboards/planck/rev3/rules.mk b/keyboards/planck/rev3/rules.mk index 3de40a66c..3c85e172b 100644 --- a/keyboards/planck/rev3/rules.mk +++ b/keyboards/planck/rev3/rules.mk | |||
@@ -1,15 +1,16 @@ | |||
1 | # MCU name | 1 | # MCU name |
2 | MCU = atmega32u4 | 2 | MCU = atmega32u4 |
3 | 3 | ||
4 | # Bootloader | 4 | # Bootloader selection |
5 | # This definition is optional, and if your keyboard supports multiple bootloaders of | 5 | # Teensy halfkay |
6 | # different sizes, comment this out, and the correct address will be loaded | 6 | # Pro Micro caterina |
7 | # automatically (+60). See bootloader.mk for all options. | 7 | # Atmel DFU atmel-dfu |
8 | # LUFA DFU lufa-dfu | ||
9 | # QMK DFU qmk-dfu | ||
10 | # ATmega32A bootloadHID | ||
11 | # ATmega328P USBasp | ||
8 | BOOTLOADER = atmel-dfu | 12 | BOOTLOADER = atmel-dfu |
9 | 13 | ||
10 | # Interrupt driven control endpoint task(+60) | ||
11 | OPT_DEFS += -DINTERRUPT_CONTROL_ENDPOINT | ||
12 | |||
13 | # Build Options | 14 | # Build Options |
14 | # change to "no" to disable the options, or define them in the Makefile in | 15 | # change to "no" to disable the options, or define them in the Makefile in |
15 | # the appropriate keymap folder that will get included automatically | 16 | # the appropriate keymap folder that will get included automatically |