~ruther/qmk_firmware

9f690c94b85ce98019e18eba7f079eb0188a8735 — Álvaro A. Volpato 4 years ago 6169b47
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
M keyboards/mode/eighty/config.h => keyboards/mode/eighty/config.h +0 -1
@@ 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


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

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