Clean up remaining rules.mk MCU
/BOOTLOADER
s (#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
4
keyboards/hhkb/ansi/32u2/info.json
Normal file
4
keyboards/hhkb/ansi/32u2/info.json
Normal file
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"processor": "atmega32u2",
|
||||
"bootloader": "atmel-dfu"
|
||||
}
|
|
@ -1,5 +1,2 @@
|
|||
# MCU name
|
||||
MCU = atmega32u2
|
||||
|
||||
CONSOLE_ENABLE = no # Console for debug
|
||||
COMMAND_ENABLE = no # Commands for debug and configuration
|
||||
|
|
4
keyboards/hhkb/ansi/32u4/info.json
Normal file
4
keyboards/hhkb/ansi/32u4/info.json
Normal file
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"processor": "atmega32u4",
|
||||
"bootloader": "atmel-dfu"
|
||||
}
|
0
keyboards/hhkb/ansi/32u4/rules.mk
Normal file
0
keyboards/hhkb/ansi/32u4/rules.mk
Normal file
|
@ -1,9 +1,3 @@
|
|||
# MCU name
|
||||
MCU = atmega32u4
|
||||
|
||||
# Bootloader selection
|
||||
BOOTLOADER = atmel-dfu
|
||||
|
||||
# Build Options
|
||||
# change yes to no to disable
|
||||
#
|
||||
|
@ -34,3 +28,5 @@ SRC = matrix.c
|
|||
# debug-off: EXTRAFLAGS += -DNO_DEBUG -DNO_PRINT
|
||||
# debug-off: OPT_DEFS := $(filter-out -DCONSOLE_ENABLE,$(OPT_DEFS))
|
||||
# debug-off: all
|
||||
|
||||
DEFAULT_FOLDER = hhkb/ansi/32u4
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue