Add VIA support to Tokyo60. (#8362)
* VIA_ENABLE Tokyo60 PCB * Update config.h * Apply suggestions from code review Co-Authored-By: James Young <18669334+noroadsleft@users.noreply.github.com> Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
This commit is contained in:
		
							parent
							
								
									7a89b51018
								
							
						
					
					
						commit
						979ac0d8da
					
				
					 7 changed files with 371 additions and 29 deletions
				
			
		| 
						 | 
				
			
			@ -1,15 +1,14 @@
 | 
			
		|||
#ifndef CONFIG_H
 | 
			
		||||
#define CONFIG_H
 | 
			
		||||
#pragma once
 | 
			
		||||
 | 
			
		||||
#include "config_common.h"
 | 
			
		||||
 | 
			
		||||
/* USB Device descriptor parameter */
 | 
			
		||||
#define VENDOR_ID       0xFEED
 | 
			
		||||
#define PRODUCT_ID      0x6060
 | 
			
		||||
#define VENDOR_ID       0x5436 // "T6"
 | 
			
		||||
#define PRODUCT_ID      0x6060 // Tokyo60
 | 
			
		||||
#define DEVICE_VER      0x0001
 | 
			
		||||
#define MANUFACTURER    Tokyo Keyboard
 | 
			
		||||
#define PRODUCT         tokyo60
 | 
			
		||||
#define DESCRIPTION     q.m.k. keyboard firmware for tokyo60
 | 
			
		||||
#define PRODUCT         Tokyo60
 | 
			
		||||
#define DESCRIPTION     q.m.k. keyboard firmware for Tokyo60
 | 
			
		||||
 | 
			
		||||
/* key matrix size */
 | 
			
		||||
#define MATRIX_ROWS 5
 | 
			
		||||
| 
						 | 
				
			
			@ -54,5 +53,3 @@
 | 
			
		|||
/* For Production */
 | 
			
		||||
#define QMK_ESC_OUTPUT F0 // usually COL
 | 
			
		||||
#define QMK_ESC_INPUT D0 // usually ROW
 | 
			
		||||
 | 
			
		||||
#endif
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue