diff options
author | fauxpark <fauxpark@gmail.com> | 2019-10-29 06:08:00 +1100 |
---|---|---|
committer | Joel Challis <git@zvecr.com> | 2019-10-28 19:08:00 +0000 |
commit | 6d7c6d4fd6a4af8e0355b5d10c68db3274c1a7f8 (patch) | |
tree | ad3f2a66072e215b06f73a165c0dd0662fbc9b81 /keyboards/sirius/unigo66/rules.mk | |
parent | 8bc90ee20c79e5166283cd2df738ea8ec63e4c69 (diff) |
Cleanup rules.mk for 32U4 keyboards, R-S (#7182)
Diffstat (limited to 'keyboards/sirius/unigo66/rules.mk')
-rw-r--r-- | keyboards/sirius/unigo66/rules.mk | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/keyboards/sirius/unigo66/rules.mk b/keyboards/sirius/unigo66/rules.mk index c35487b18c..53cf934c40 100644 --- a/keyboards/sirius/unigo66/rules.mk +++ b/keyboards/sirius/unigo66/rules.mk @@ -1,17 +1,16 @@ # MCU name MCU = atmega32u4 -F_CPU = 16000000 - -ARCH = AVR8 - -F_USB = $(F_CPU) - +# Bootloader selection +# Teensy halfkay +# Pro Micro caterina +# Atmel DFU atmel-dfu +# LUFA DFU lufa-dfu +# QMK DFU qmk-dfu +# ATmega32A bootloadHID +# ATmega328P USBasp BOOTLOADER = atmel-dfu -# Interrupt driven control endpoint task -OPT_DEFS += -DINTERRUPT_CONTROL_ENDPOINT - # Build Options # comment out to disable the options. # |