Clean up remaining rules.mk MCU/BOOTLOADERs (#19778)
Co-authored-by: Nick Brassel <nick@tzarc.org>
This commit is contained in:
parent
f4ba17c4a0
commit
43843e19b6
31 changed files with 50 additions and 79 deletions
|
|
@ -3,6 +3,8 @@
|
|||
"usb": {
|
||||
"pid": "0xAD04"
|
||||
},
|
||||
"processor": "atmega32u4",
|
||||
"bootloader": "atmel-dfu",
|
||||
"indicators": {
|
||||
"caps_lock": "E6",
|
||||
"num_lock": "D7",
|
||||
|
|
|
|||
|
|
@ -1,9 +1,3 @@
|
|||
# MCU name
|
||||
MCU = atmega32u4
|
||||
|
||||
# Bootloader selection
|
||||
BOOTLOADER = atmel-dfu
|
||||
|
||||
CONSOLE_ENABLE = no # Console for debug
|
||||
COMMAND_ENABLE = no # Commands for debug and configuration
|
||||
BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue