diff --git a/keyboards/mode/eighty/config.h b/keyboards/mode/eighty/config.h index 99b29de58..d0c61d119 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 59935985e..b119ad4ff 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 d34932a00..3e7f2ec3a 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