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
master
Álvaro A. Volpato 2020-12-31 09:58:59 -03:00 committed by GitHub
parent 6169b47e82
commit 9f690c94b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 1 deletions

View File

@ -18,7 +18,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
/* USB Device descriptor parameter */
#define VENDOR_ID 0x00DE
#define PRODUCT_ID 0x0080
#define MANUFACTURER Mode
#define PRODUCT Eighty

View File

@ -18,4 +18,5 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
/* USB Device descriptor parameter */
#define PRODUCT_ID 0x0081
#define DEVICE_VER 0x0072 //H for hotswap version

View File

@ -18,4 +18,5 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
/* USB Device descriptor parameter */
#define PRODUCT_ID 0x0080
#define DEVICE_VER 0x0083 //S for solderable version