Browse Source

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
pull/11375/head
Álvaro A. Volpato 3 years ago
committed by GitHub
parent
commit
9f690c94b8
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 1 deletions
  1. +0
    -1
      keyboards/mode/eighty/config.h
  2. +1
    -0
      keyboards/mode/eighty/m80h/config.h
  3. +1
    -0
      keyboards/mode/eighty/m80s/config.h

+ 0
- 1
keyboards/mode/eighty/config.h 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


+ 1
- 0
keyboards/mode/eighty/m80h/config.h 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

+ 1
- 0
keyboards/mode/eighty/m80s/config.h 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

Loading…
Cancel
Save