fix(alpspad): vendor and product ids

vial-develop/alpspad
steven 2021-09-27 16:23:14 -04:00
parent e11007f59e
commit 63ede799a5
3 changed files with 7 additions and 7 deletions

View File

@ -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

View File

@ -1,7 +1,7 @@
{
"name": "alpspad",
"vendorId": "0xFEED",
"productId": "0x9021",
"vendorId": "0x5965",
"productId": "0x6170",
"lighting": "none",
"matrix": {"rows": 6, "cols": 3},
"layouts": {

View File

@ -1,7 +1,7 @@
{
"name": "alpspad",
"vendorId": "0xFEED",
"productId": "0x9021",
"vendorId": "0x5965",
"productId": "0x6170",
"lighting": "none",
"matrix": {"rows": 6, "cols": 3},
"layouts": {