1
0
Fork 0

Migrate build target markers to keyboard.json - Misc (#23612)

This commit is contained in:
Joel Challis 2024-04-25 18:37:44 +01:00 committed by GitHub
parent 3d83b3e7c5
commit e9b8929357
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
45 changed files with 141 additions and 212 deletions

View file

@ -0,0 +1,2 @@
{
}

View file

@ -1 +0,0 @@
# This file intentionally left blank

View file

@ -0,0 +1,2 @@
{
}

View file

@ -1 +0,0 @@
# This file intentionally left blank

View file

@ -0,0 +1,2 @@
{
}

View file

@ -1,3 +1,5 @@
UART_DEBUG ?= no
ifeq ($(strip $(UART_DEBUG)), yes)
OPT_DEFS += -DUART_DEBUG
endif

View file

@ -1,7 +1,5 @@
CUSTOM_MATRIX = lite
UART_DEBUG = no
SRC += matrix.c
UART_DRIVER_REQUIRED = yes
SPI_DRIVER_REQUIRED = yes