Migrate build target markers to keyboard.json - Misc (#23612)
This commit is contained in:
parent
3d83b3e7c5
commit
e9b8929357
45 changed files with 141 additions and 212 deletions
2
keyboards/ibm/model_m/mschwingen/led_ffc/keyboard.json
Normal file
2
keyboards/ibm/model_m/mschwingen/led_ffc/keyboard.json
Normal file
|
@ -0,0 +1,2 @@
|
|||
{
|
||||
}
|
|
@ -1 +0,0 @@
|
|||
# This file intentionally left blank
|
2
keyboards/ibm/model_m/mschwingen/led_wired/keyboard.json
Normal file
2
keyboards/ibm/model_m/mschwingen/led_wired/keyboard.json
Normal file
|
@ -0,0 +1,2 @@
|
|||
{
|
||||
}
|
|
@ -1 +0,0 @@
|
|||
# This file intentionally left blank
|
|
@ -0,0 +1,2 @@
|
|||
{
|
||||
}
|
|
@ -1,3 +1,5 @@
|
|||
UART_DEBUG ?= no
|
||||
|
||||
ifeq ($(strip $(UART_DEBUG)), yes)
|
||||
OPT_DEFS += -DUART_DEBUG
|
||||
endif
|
||||
|
|
|
@ -1,7 +1,5 @@
|
|||
CUSTOM_MATRIX = lite
|
||||
|
||||
UART_DEBUG = no
|
||||
|
||||
SRC += matrix.c
|
||||
UART_DRIVER_REQUIRED = yes
|
||||
SPI_DRIVER_REQUIRED = yes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue