Move keyboard USB IDs and strings to data driven, pass 2: J-L (#18080)
This commit is contained in:
parent
48792b030b
commit
835c971f78
187 changed files with 638 additions and 602 deletions
|
@ -1,5 +1,4 @@
|
|||
{
|
||||
"keyboard_name": "Let's Split",
|
||||
"url": "",
|
||||
"maintainer": "qmk",
|
||||
"layouts": {
|
||||
|
|
|
@ -18,13 +18,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
|
||||
#pragma once
|
||||
|
||||
/* USB Device descriptor parameter */
|
||||
#define VENDOR_ID 0xFEED
|
||||
#define PRODUCT_ID 0x3060
|
||||
#define DEVICE_VER 0x0001
|
||||
#define MANUFACTURER Wootpatoot
|
||||
#define PRODUCT Lets Split v1
|
||||
|
||||
/* key matrix size */
|
||||
// Rows are doubled-up
|
||||
#define MATRIX_ROWS 8
|
||||
|
|
9
keyboards/lets_split/rev1/info.json
Normal file
9
keyboards/lets_split/rev1/info.json
Normal file
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"keyboard_name": "Lets Split v1",
|
||||
"manufacturer": "Wootpatoot",
|
||||
"usb": {
|
||||
"vid": "0xFEED",
|
||||
"pid": "0x3060",
|
||||
"device_version": "0.0.1"
|
||||
}
|
||||
}
|
|
@ -18,13 +18,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
|
||||
#pragma once
|
||||
|
||||
/* USB Device descriptor parameter */
|
||||
#define VENDOR_ID 0x6F77
|
||||
#define PRODUCT_ID 0x0002
|
||||
#define DEVICE_VER 0x0002
|
||||
#define MANUFACTURER Wootpatoot
|
||||
#define PRODUCT Lets Split v2
|
||||
|
||||
/* key matrix size */
|
||||
// Rows are doubled-up
|
||||
#define MATRIX_ROWS 8
|
||||
|
|
9
keyboards/lets_split/rev2/info.json
Normal file
9
keyboards/lets_split/rev2/info.json
Normal file
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"keyboard_name": "Lets Split v2",
|
||||
"manufacturer": "Wootpatoot",
|
||||
"usb": {
|
||||
"vid": "0x6F77",
|
||||
"pid": "0x0002",
|
||||
"device_version": "0.0.2"
|
||||
}
|
||||
}
|
|
@ -18,13 +18,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
|
||||
#pragma once
|
||||
|
||||
/* USB Device descriptor parameter */
|
||||
#define VENDOR_ID 0xFEED
|
||||
#define PRODUCT_ID 0x0BEE
|
||||
#define DEVICE_VER 0x0001
|
||||
#define MANUFACTURER Duckle29
|
||||
#define PRODUCT Lets Split Sockets
|
||||
|
||||
/* key matrix size */
|
||||
// Rows are doubled-up
|
||||
#define MATRIX_ROWS 8
|
||||
|
|
9
keyboards/lets_split/sockets/info.json
Normal file
9
keyboards/lets_split/sockets/info.json
Normal file
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"keyboard_name": "Lets Split Sockets",
|
||||
"manufacturer": "Duckle29",
|
||||
"usb": {
|
||||
"vid": "0xFEED",
|
||||
"pid": "0x0BEE",
|
||||
"device_version": "0.0.1"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue