Move keyboard USB IDs and strings to data driven: W (#17903)
This commit is contained in:
parent
660dedfb17
commit
10ad238944
209 changed files with 690 additions and 798 deletions
|
|
@ -16,13 +16,6 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
/* USB Device descriptor parameter */
|
||||
#define VENDOR_ID 0x574D // WM
|
||||
#define PRODUCT_ID 0x0201
|
||||
#define DEVICE_VER 0x0001 // Revision prototype
|
||||
#define MANUFACTURER WestM
|
||||
#define PRODUCT WestMErgo
|
||||
|
||||
/* key matrix size */
|
||||
#define MATRIX_ROWS 5
|
||||
#define MATRIX_COLS 16
|
||||
|
|
|
|||
|
|
@ -1,7 +1,13 @@
|
|||
{
|
||||
"keyboard_name": "WestMErgo",
|
||||
"manufacturer": "WestM",
|
||||
"url": "https://github.com/WestMProducts",
|
||||
"maintainer": "WestM",
|
||||
"usb": {
|
||||
"vid": "0x574D",
|
||||
"pid": "0x0201",
|
||||
"device_version": "0.0.1"
|
||||
},
|
||||
"layouts": {
|
||||
"LAYOUT_alice": {
|
||||
"layout": [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue