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
This commit is contained in:
		
							parent
							
								
									6169b47e82
								
							
						
					
					
						commit
						9f690c94b8
					
				
					 3 changed files with 2 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -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
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -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
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -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…
	
	Add table
		Add a link
		
	
		Reference in a new issue