From 9f690c94b85ce98019e18eba7f079eb0188a8735 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lvaro=20A=2E=20Volpato?= Date: Thu, 31 Dec 2020 09:58:59 -0300 Subject: [PATCH] Change PRODUCT_ID descriptors for M80S and M80H (#11371) * Change PRODUCT_ID descriptors for M80S and M80H * Update config.h * Update config.h * Update config.h * Remove PRODUCT_ID from root config.h --- keyboards/mode/eighty/config.h | 1 - keyboards/mode/eighty/m80h/config.h | 1 + keyboards/mode/eighty/m80s/config.h | 1 + 3 files changed, 2 insertions(+), 1 deletion(-) diff --git a/keyboards/mode/eighty/config.h b/keyboards/mode/eighty/config.h index 99b29de58a2cab0c68a2ecb8286292bde398d717..d0c61d11933bd781ee1dbf4260f428bfaec0bcfa 100644 --- a/keyboards/mode/eighty/config.h +++ b/keyboards/mode/eighty/config.h @@ -18,7 +18,6 @@ along with this program. If not, see . /* USB Device descriptor parameter */ #define VENDOR_ID 0x00DE -#define PRODUCT_ID 0x0080 #define MANUFACTURER Mode #define PRODUCT Eighty diff --git a/keyboards/mode/eighty/m80h/config.h b/keyboards/mode/eighty/m80h/config.h index 59935985e432f3c3e6e7968dbb91a2b05a51b2b0..b119ad4fff37b8794aad543b7df3e2568de24b1c 100644 --- a/keyboards/mode/eighty/m80h/config.h +++ b/keyboards/mode/eighty/m80h/config.h @@ -18,4 +18,5 @@ along with this program. If not, see . #pragma once /* USB Device descriptor parameter */ +#define PRODUCT_ID 0x0081 #define DEVICE_VER 0x0072 //H for hotswap version diff --git a/keyboards/mode/eighty/m80s/config.h b/keyboards/mode/eighty/m80s/config.h index d34932a003ce93151cab82ff9bc7eac06bbd299d..3e7f2ec3a8084c609ed237fdf5c0b01ece22a2b7 100644 --- a/keyboards/mode/eighty/m80s/config.h +++ b/keyboards/mode/eighty/m80s/config.h @@ -18,4 +18,5 @@ along with this program. If not, see . #pragma once /* USB Device descriptor parameter */ +#define PRODUCT_ID 0x0080 #define DEVICE_VER 0x0083 //S for solderable version