fix(alpspad): vendor and product ids
parent
e11007f59e
commit
63ede799a5
|
|
@ -21,9 +21,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
//#include "config_common.h"
|
||||
|
||||
/* USB Device descriptor parameter */
|
||||
#define VENDOR_ID 0xFEED
|
||||
#define PRODUCT_ID 0x9021
|
||||
#define DEVICE_VER 0x0420
|
||||
#define VENDOR_ID 0x5965 // Ye
|
||||
#define PRODUCT_ID 0x6170 // (a)lps(p)ad
|
||||
#define DEVICE_VER 0x6900
|
||||
#define MANUFACTURER steven-y-e
|
||||
#define PRODUCT alpspad
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "alpspad",
|
||||
"vendorId": "0xFEED",
|
||||
"productId": "0x9021",
|
||||
"vendorId": "0x5965",
|
||||
"productId": "0x6170",
|
||||
"lighting": "none",
|
||||
"matrix": {"rows": 6, "cols": 3},
|
||||
"layouts": {
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "alpspad",
|
||||
"vendorId": "0xFEED",
|
||||
"productId": "0x9021",
|
||||
"vendorId": "0x5965",
|
||||
"productId": "0x6170",
|
||||
"lighting": "none",
|
||||
"matrix": {"rows": 6, "cols": 3},
|
||||
"layouts": {
|
||||
|
|
|
|||
Loading…
Reference in New Issue