Migrate build target markers to keyboard.json - Keychron (#23593)
This commit is contained in:
parent
32136afe24
commit
d9740c9de1
@ -1,2 +1,2 @@
|
|||||||
# Build Options
|
# custom matrix setup
|
||||||
SRC += matrix.c
|
SRC += matrix.c
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
# Build Options
|
# custom matrix setup
|
||||||
SRC += matrix.c
|
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
|
SERIAL_DRIVER = usart
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
# custom matrix setup
|
# custom matrix setup
|
||||||
CUSTOM_MATRIX = lite
|
CUSTOM_MATRIX = lite
|
||||||
|
|
||||||
VPATH ?= keyboards/keychron/common
|
|
||||||
SRC += matrix.c
|
SRC += matrix.c
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
{
|
{
|
||||||
"usb": {
|
"usb": {
|
||||||
"pid": "0x0140",
|
"pid": "0x0140"
|
||||||
"device_version": "1.0.6"
|
|
||||||
},
|
},
|
||||||
"rgb_matrix": {
|
"rgb_matrix": {
|
||||||
"layout": [
|
"layout": [
|
||||||
|
5
keyboards/keychron/q4/ansi/v1/keyboard.json
Normal file
5
keyboards/keychron/q4/ansi/v1/keyboard.json
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
{
|
||||||
|
"usb": {
|
||||||
|
"device_version": "1.0.6"
|
||||||
|
}
|
||||||
|
}
|
@ -1 +0,0 @@
|
|||||||
# This file intentionally left blank
|
|
5
keyboards/keychron/q4/ansi/v2/keyboard.json
Normal file
5
keyboards/keychron/q4/ansi/v2/keyboard.json
Normal file
@ -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 setup
|
||||||
CUSTOM_MATRIX = lite
|
CUSTOM_MATRIX = lite
|
||||||
|
|
||||||
VPATH ?= keyboards/keychron/common
|
|
||||||
SRC += matrix.c
|
SRC += matrix.c
|
||||||
|
Loading…
Reference in New Issue
Block a user