diff options
author | fauxpark <fauxpark@gmail.com> | 2019-10-06 05:09:35 +1100 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2019-10-05 11:09:35 -0700 |
commit | e8b65d01709c2ebdf50c0aa95963d200fa4fa4c6 (patch) | |
tree | 1f8c889788cd3958d0583d8a8b9192e3425ba115 /keyboards/ergodash | |
parent | 19b60c273ab63c250db748e5eead6baba88cd0d8 (diff) | |
download | qmk_firmware-e8b65d01709c2ebdf50c0aa95963d200fa4fa4c6.tar.gz qmk_firmware-e8b65d01709c2ebdf50c0aa95963d200fa4fa4c6.zip |
Cleanup rules.mk for 32U4 keyboards, A-F (#6804)
* Cleanup rules.mk for 32U4 keyboards, A-F
* Put back stuff in VIA keymaps
Diffstat (limited to 'keyboards/ergodash')
-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 8be059d969..d57e4ce13a 100644 --- a/keyboards/ergodash/rules.mk +++ b/keyboards/ergodash/rules.mk @@ -1,21 +1,14 @@ # MCU name MCU = atmega32u4 -# Processor frequency. -F_CPU = 16000000 - -# LUFA specific -# -# Target architecture (see library "Board Types" documentation). -ARCH = AVR8 - -# Input clock frequency. -F_USB = $(F_CPU) - -# Interrupt driven control endpoint task(+60) -OPT_DEFS += -DINTERRUPT_CONTROL_ENDPOINT - -# Bootloader +# Bootloader selection +# Teensy halfkay +# Pro Micro caterina +# Atmel DFU atmel-dfu +# LUFA DFU lufa-dfu +# QMK DFU qmk-dfu +# ATmega32A bootloadHID +# ATmega328P USBasp BOOTLOADER = caterina # Build Options |