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/doro67/regular | |
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/doro67/regular')
-rw-r--r-- | keyboards/doro67/regular/rules.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/keyboards/doro67/regular/rules.mk b/keyboards/doro67/regular/rules.mk index f844f8f956..d88f6fcfe6 100644 --- a/keyboards/doro67/regular/rules.mk +++ b/keyboards/doro67/regular/rules.mk @@ -7,7 +7,8 @@ MCU = atmega32u4 # Atmel DFU atmel-dfu # LUFA DFU lufa-dfu # QMK DFU qmk-dfu -# atmega32a bootloadHID +# ATmega32A bootloadHID +# ATmega328P USBasp BOOTLOADER = atmel-dfu # Build Options @@ -31,4 +32,4 @@ AUDIO_ENABLE = no # Audio output on port C6 FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches HD44780_ENABLE = no # Enable support for HD44780 based LCDs (+400) -LAYOUTS = 65_ansi_blocker
\ No newline at end of file +LAYOUTS = 65_ansi_blocker |