diff options
author | fauxpark <fauxpark@gmail.com> | 2019-10-26 12:32:18 +1100 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2019-10-25 18:32:18 -0700 |
commit | 5d34e70cf773531536dda363fc43c60146e3d97c (patch) | |
tree | aa8a7117dc5d46c4a43fb99fcc2c4f2ff93382ec /keyboards/percent/booster | |
parent | 006ec86786da874938f54e9b1d0f4a5f049de546 (diff) |
Cleanup rules.mk for 32U4 keyboards, N-Q (#7147)
Diffstat (limited to 'keyboards/percent/booster')
-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 30e66537f9..fb2ca00e71 100644 --- a/keyboards/percent/booster/rules.mk +++ b/keyboards/percent/booster/rules.mk @@ -1,9 +1,5 @@ +# MCU name MCU = atmega32u4 -F_CPU = 16000000 -ARCH = AVR8 -F_USB = $(F_CPU) -OPT_DEFS += -DINTERRUPT_CONTROL_ENDPOINT - # Bootloader selection # Teensy halfkay @@ -11,7 +7,8 @@ OPT_DEFS += -DINTERRUPT_CONTROL_ENDPOINT # Atmel DFU atmel-dfu # LUFA DFU lufa-dfu # QMK DFU qmk-dfu -# atmega32a bootloadHID +# ATmega32A bootloadHID +# ATmega328P USBasp BOOTLOADER = atmel-dfu # Build Options @@ -36,4 +33,4 @@ FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches HD44780_ENABLE = no # Enable support for HD44780 based LCDs EXTRAFLAGS += -flto -LAYOUTS = numpad_5x4
\ No newline at end of file +LAYOUTS = numpad_5x4 |