Migrate build target markers to keyboard.json - Keychron (#23593)

master
Joel Challis 2024-04-23 16:33:39 +01:00 committed by GitHub
parent 32136afe24
commit d9740c9de1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
55 changed files with 13 additions and 11 deletions

View File

@ -1,2 +1,2 @@
# Build Options
# custom matrix setup
SRC += matrix.c

View File

@ -1,2 +1,2 @@
# Build Options
# custom matrix setup
SRC += matrix.c

View File

@ -1,4 +1 @@
# Enter lower-power sleep mode when on the ChibiOS idle thread
OPT_DEFS += -DCORTEX_ENABLE_WFI_IDLE=TRUE
SERIAL_DRIVER = usart

View File

@ -1,5 +1,4 @@
# custom matrix setup
CUSTOM_MATRIX = lite
VPATH ?= keyboards/keychron/common
SRC += matrix.c

View File

@ -1,7 +1,6 @@
{
"usb": {
"pid": "0x0140",
"device_version": "1.0.6"
"pid": "0x0140"
},
"rgb_matrix": {
"layout": [

View File

@ -0,0 +1,5 @@
{
"usb": {
"device_version": "1.0.6"
}
}

View File

@ -1 +0,0 @@
# This file intentionally left blank

View File

@ -0,0 +1,5 @@
{
"usb": {
"device_version": "2.0.0"
}
}

View File

@ -1 +0,0 @@
# This file intentionally left blank

View File

@ -1,5 +1,4 @@
# custom matrix setup
CUSTOM_MATRIX = lite
VPATH ?= keyboards/keychron/common
SRC += matrix.c