Added via support for ut472 (#9757)
* Added via support for ut472 * removed needless config file updated vendor and product id for ut472 * corrected VENDOR_ID casing for ut472
This commit is contained in:
		
							parent
							
								
									054021e875
								
							
						
					
					
						commit
						21976f47d8
					
				
					 3 changed files with 39 additions and 3 deletions
				
			
		| 
						 | 
				
			
			@ -19,9 +19,9 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 | 
			
		|||
#include "config_common.h"
 | 
			
		||||
 | 
			
		||||
/* USB Device descriptor parameter */
 | 
			
		||||
#define VENDOR_ID       0xFEED
 | 
			
		||||
#define PRODUCT_ID      0x0000
 | 
			
		||||
#define DEVICE_VER      0x0001
 | 
			
		||||
#define VENDOR_ID       0xA103
 | 
			
		||||
#define PRODUCT_ID      0x0472
 | 
			
		||||
#define DEVICE_VER      0x0002
 | 
			
		||||
#define MANUFACTURER    Keyhive
 | 
			
		||||
#define PRODUCT         UT47.2
 | 
			
		||||
#define DESCRIPTION     An awesome 40% keyboard
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue