Move keyboard USB IDs and strings to data driven: X (#17925)
This commit is contained in:
@@ -15,13 +15,6 @@
|
||||
*/
|
||||
#pragma once
|
||||
|
||||
// USB Device descriptor parameter
|
||||
#define VENDOR_ID 0x5845 // XE
|
||||
#define PRODUCT_ID 0x5208 // RS108 "R+08"
|
||||
#define DEVICE_VER 0x0002
|
||||
#define MANUFACTURER Xelus
|
||||
#define PRODUCT RS60
|
||||
|
||||
/* key matrix size */
|
||||
#define MATRIX_ROWS 12
|
||||
#define MATRIX_COLS 11
|
||||
|
@@ -1,7 +1,13 @@
|
||||
{
|
||||
"keyboard_name": "RS108",
|
||||
"manufacturer": "Xelus",
|
||||
"url": "",
|
||||
"maintainer": "xelus22",
|
||||
"usb": {
|
||||
"vid": "0x5845",
|
||||
"pid": "0x5208",
|
||||
"device_version": "0.0.2"
|
||||
},
|
||||
"layouts": {
|
||||
"LAYOUT_108_fullsize_ansi": {
|
||||
"layout": [
|
||||
|
Reference in New Issue
Block a user