diff options
Diffstat (limited to 'keyboards/keebio/wavelet/rules.mk')
| -rw-r--r-- | keyboards/keebio/wavelet/rules.mk | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/keyboards/keebio/wavelet/rules.mk b/keyboards/keebio/wavelet/rules.mk index cfff50a41..f924db62b 100644 --- a/keyboards/keebio/wavelet/rules.mk +++ b/keyboards/keebio/wavelet/rules.mk | |||
| @@ -1,11 +1,15 @@ | |||
| 1 | # MCU name | ||
| 1 | MCU = atmega32u4 | 2 | MCU = atmega32u4 |
| 2 | F_CPU = 16000000 | ||
| 3 | ARCH = AVR8 | ||
| 4 | F_USB = $(F_CPU) | ||
| 5 | BOOTLOADER = caterina | ||
| 6 | 3 | ||
| 7 | # Interrupt driven control endpoint task(+60) | 4 | # Bootloader selection |
| 8 | OPT_DEFS += -DINTERRUPT_CONTROL_ENDPOINT | 5 | # Teensy halfkay |
| 6 | # Pro Micro caterina | ||
| 7 | # Atmel DFU atmel-dfu | ||
| 8 | # LUFA DFU lufa-dfu | ||
| 9 | # QMK DFU qmk-dfu | ||
| 10 | # ATmega32A bootloadHID | ||
| 11 | # ATmega328P USBasp | ||
| 12 | BOOTLOADER = caterina | ||
| 9 | 13 | ||
| 10 | # Build Options | 14 | # Build Options |
| 11 | # 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 |
