1
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
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