diff options
Diffstat (limited to 'keyboards/ergodash/rules.mk')
| -rw-r--r-- | keyboards/ergodash/rules.mk | 23 |
1 files changed, 8 insertions, 15 deletions
diff --git a/keyboards/ergodash/rules.mk b/keyboards/ergodash/rules.mk index 8be059d96..d57e4ce13 100644 --- a/keyboards/ergodash/rules.mk +++ b/keyboards/ergodash/rules.mk | |||
| @@ -1,21 +1,14 @@ | |||
| 1 | # MCU name | 1 | # MCU name |
| 2 | MCU = atmega32u4 | 2 | MCU = atmega32u4 |
| 3 | 3 | ||
| 4 | # Processor frequency. | 4 | # Bootloader selection |
| 5 | F_CPU = 16000000 | 5 | # Teensy halfkay |
| 6 | 6 | # Pro Micro caterina | |
| 7 | # LUFA specific | 7 | # Atmel DFU atmel-dfu |
| 8 | # | 8 | # LUFA DFU lufa-dfu |
| 9 | # Target architecture (see library "Board Types" documentation). | 9 | # QMK DFU qmk-dfu |
| 10 | ARCH = AVR8 | 10 | # ATmega32A bootloadHID |
| 11 | 11 | # ATmega328P USBasp | |
| 12 | # Input clock frequency. | ||
| 13 | F_USB = $(F_CPU) | ||
| 14 | |||
| 15 | # Interrupt driven control endpoint task(+60) | ||
| 16 | OPT_DEFS += -DINTERRUPT_CONTROL_ENDPOINT | ||
| 17 | |||
| 18 | # Bootloader | ||
| 19 | BOOTLOADER = caterina | 12 | BOOTLOADER = caterina |
| 20 | 13 | ||
| 21 | # Build Options | 14 | # Build Options |
