Skip to content

Commit

Permalink
Change PRODUCT_ID descriptors for M80S and M80H (qmk#11371)
Browse files Browse the repository at this point in the history
* Change PRODUCT_ID descriptors for M80S and M80H

* Update config.h

* Update config.h

* Update config.h

* Remove PRODUCT_ID from root config.h
  • Loading branch information
Gondolindrim authored Dec 31, 2020
1 parent 6169b47 commit 9f690c9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion keyboards/mode/eighty/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 1 addition & 0 deletions keyboards/mode/eighty/m80h/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 change: 1 addition & 0 deletions keyboards/mode/eighty/m80s/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 9f690c9

Please sign in to comment.