Migrate build target markers to keyboard.json - Keychron (#23593)
parent
32136afe24
commit
d9740c9de1
|
@ -1,2 +1,2 @@
|
|||
# Build Options
|
||||
# custom matrix setup
|
||||
SRC += matrix.c
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
# Build Options
|
||||
# custom matrix setup
|
||||
SRC += matrix.c
|
||||
|
|
|
@ -1,4 +1 @@
|
|||
# Enter lower-power sleep mode when on the ChibiOS idle thread
|
||||
OPT_DEFS += -DCORTEX_ENABLE_WFI_IDLE=TRUE
|
||||
|
||||
SERIAL_DRIVER = usart
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
# custom matrix setup
|
||||
CUSTOM_MATRIX = lite
|
||||
|
||||
VPATH ?= keyboards/keychron/common
|
||||
SRC += matrix.c
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
"usb": {
|
||||
"pid": "0x0140",
|
||||
"device_version": "1.0.6"
|
||||
"pid": "0x0140"
|
||||
},
|
||||
"rgb_matrix": {
|
||||
"layout": [
|
||||
|
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"usb": {
|
||||
"device_version": "1.0.6"
|
||||
}
|
||||
}
|
|
@ -1 +0,0 @@
|
|||
# This file intentionally left blank
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"usb": {
|
||||
"device_version": "2.0.0"
|
||||
}
|
||||
}
|
|
@ -1 +0,0 @@
|
|||
# This file intentionally left blank
|
|
@ -1,5 +1,4 @@
|
|||
# custom matrix setup
|
||||
CUSTOM_MATRIX = lite
|
||||
|
||||
VPATH ?= keyboards/keychron/common
|
||||
SRC += matrix.c
|
||||
|
|
Loading…
Reference in New Issue