1
0
Fork 0

Clean up remaining rules.mk MCU/BOOTLOADERs (#19778)

Co-authored-by: Nick Brassel <nick@tzarc.org>
This commit is contained in:
Ryan 2023-02-17 14:15:06 +11:00 committed by GitHub
parent f4ba17c4a0
commit 43843e19b6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
31 changed files with 50 additions and 79 deletions

View file

@ -0,0 +1,4 @@
{
"processor": "atmega32u2",
"bootloader": "atmel-dfu"
}

View file

@ -1,5 +1,2 @@
# MCU name
MCU = atmega32u2
CONSOLE_ENABLE = no # Console for debug
COMMAND_ENABLE = no # Commands for debug and configuration

View file

@ -0,0 +1,4 @@
{
"processor": "atmega32u4",
"bootloader": "atmel-dfu"
}

View file

View 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