diff options
Diffstat (limited to 'keyboards/percent/booster/rules.mk')
| -rw-r--r-- | keyboards/percent/booster/rules.mk | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/keyboards/percent/booster/rules.mk b/keyboards/percent/booster/rules.mk index 30e66537f..fb2ca00e7 100644 --- a/keyboards/percent/booster/rules.mk +++ b/keyboards/percent/booster/rules.mk | |||
| @@ -1,9 +1,5 @@ | |||
| 1 | # MCU name | ||
| 1 | MCU = atmega32u4 | 2 | MCU = atmega32u4 |
| 2 | F_CPU = 16000000 | ||
| 3 | ARCH = AVR8 | ||
| 4 | F_USB = $(F_CPU) | ||
| 5 | OPT_DEFS += -DINTERRUPT_CONTROL_ENDPOINT | ||
| 6 | |||
| 7 | 3 | ||
| 8 | # Bootloader selection | 4 | # Bootloader selection |
| 9 | # Teensy halfkay | 5 | # Teensy halfkay |
| @@ -11,7 +7,8 @@ OPT_DEFS += -DINTERRUPT_CONTROL_ENDPOINT | |||
| 11 | # Atmel DFU atmel-dfu | 7 | # Atmel DFU atmel-dfu |
| 12 | # LUFA DFU lufa-dfu | 8 | # LUFA DFU lufa-dfu |
| 13 | # QMK DFU qmk-dfu | 9 | # QMK DFU qmk-dfu |
| 14 | # atmega32a bootloadHID | 10 | # ATmega32A bootloadHID |
| 11 | # ATmega328P USBasp | ||
| 15 | BOOTLOADER = atmel-dfu | 12 | BOOTLOADER = atmel-dfu |
| 16 | 13 | ||
| 17 | # Build Options | 14 | # Build Options |
| @@ -36,4 +33,4 @@ FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches | |||
| 36 | HD44780_ENABLE = no # Enable support for HD44780 based LCDs | 33 | HD44780_ENABLE = no # Enable support for HD44780 based LCDs |
| 37 | EXTRAFLAGS += -flto | 34 | EXTRAFLAGS += -flto |
| 38 | 35 | ||
| 39 | LAYOUTS = numpad_5x4 \ No newline at end of file | 36 | LAYOUTS = numpad_5x4 |
