forked from mirror/qmk_firmware
Migrate build target markers to keyboard.json - Misc (#23612)
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user