Move keyboard USB IDs and strings to data driven: handwired (#17822)
This commit is contained in:
		
							parent
							
								
									1c6b0391b4
								
							
						
					
					
						commit
						2d778d2ff2
					
				
					 327 changed files with 1044 additions and 1192 deletions
				
			
		| 
						 | 
				
			
			@ -18,12 +18,6 @@
 | 
			
		|||
 | 
			
		||||
#include "config_common.h"
 | 
			
		||||
 | 
			
		||||
/* USB Device descriptor parameter */
 | 
			
		||||
#define VENDOR_ID       0x6761
 | 
			
		||||
#define PRODUCT_ID      0x3332
 | 
			
		||||
#define DEVICE_VER      0x0001
 | 
			
		||||
#define MANUFACTURER    Stream Cheap
 | 
			
		||||
#define PRODUCT         Console Keyboard 18
 | 
			
		||||
/* key matrix size */
 | 
			
		||||
#define MATRIX_ROWS 2
 | 
			
		||||
#define MATRIX_COLS 11
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1,7 +1,13 @@
 | 
			
		|||
{
 | 
			
		||||
    "keyboard_name": "Console Keyboard",
 | 
			
		||||
    "keyboard_name": "Console Keyboard 18",
 | 
			
		||||
    "manufacturer": "Stream Cheap",
 | 
			
		||||
    "url": "https://www.thingiverse.com/thing:3167050",
 | 
			
		||||
    "maintainer": "Gareth Edwards",
 | 
			
		||||
    "usb": {
 | 
			
		||||
        "vid": "0x6761",
 | 
			
		||||
        "pid": "0x3332",
 | 
			
		||||
        "device_version": "0.0.1"
 | 
			
		||||
    },
 | 
			
		||||
    "layouts": {
 | 
			
		||||
        "LAYOUT": {
 | 
			
		||||
            "layout": [
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue