forked from mirror/qmk_firmware
Migrate build target markers to keyboard.json - Keychron (#23593)
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
{
|
||||
"usb": {
|
||||
"pid": "0x0140",
|
||||
"device_version": "1.0.6"
|
||||
"pid": "0x0140"
|
||||
},
|
||||
"rgb_matrix": {
|
||||
"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
|
||||
Reference in New Issue
Block a user