Miscellaneous stuff: remove clang-complete and autocomplete.sh, fix some rules.mk comments (#8784)
This commit is contained in:
parent
2ae39ccf38
commit
e990863296
9 changed files with 22 additions and 29 deletions
|
@ -1,6 +1,14 @@
|
|||
# MCU name
|
||||
MCU = atmega32u4
|
||||
|
||||
# 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
|
||||
|
||||
BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue