Move keyboard USB IDs and strings to data driven: M (#17859)
This commit is contained in:
@@ -15,13 +15,6 @@
|
||||
*/
|
||||
#pragma once
|
||||
|
||||
/* USB Device descriptor parameter */
|
||||
#define VENDOR_ID 0x4443 //DC
|
||||
#define PRODUCT_ID 0x4C53 //LS
|
||||
#define DEVICE_VER 0x3031 //01
|
||||
#define MANUFACTURER Dom
|
||||
#define PRODUCT SuperLyra
|
||||
|
||||
/* key matrix size */
|
||||
#define MATRIX_ROWS 5
|
||||
#define MATRIX_COLS 18
|
||||
|
@@ -1,7 +1,13 @@
|
||||
{
|
||||
"keyboard_name": "superlyra",
|
||||
"keyboard_name": "SuperLyra",
|
||||
"manufacturer": "Dom",
|
||||
"url": "",
|
||||
"maintainer": "malevolti",
|
||||
"usb": {
|
||||
"vid": "0x4443",
|
||||
"pid": "0x4C53",
|
||||
"device_version": "30.3.1"
|
||||
},
|
||||
"layouts": {
|
||||
"LAYOUT": {
|
||||
"layout": [
|
||||
|
Reference in New Issue
Block a user