Move keyboard USB IDs and strings to data driven, pass 2: P-R (#18091)
This commit is contained in:
		
							parent
							
								
									835c971f78
								
							
						
					
					
						commit
						201a914beb
					
				
					 98 changed files with 282 additions and 375 deletions
				
			
		| 
						 | 
				
			
			@ -17,10 +17,6 @@
 | 
			
		|||
 | 
			
		||||
#pragma once
 | 
			
		||||
 | 
			
		||||
/* USB Device descriptor parameter */
 | 
			
		||||
#define DEVICE_VER 0x0003
 | 
			
		||||
#define PRODUCT_ID 0xA649
 | 
			
		||||
 | 
			
		||||
#undef MATRIX_ROWS
 | 
			
		||||
#undef MATRIX_COLS
 | 
			
		||||
/* key matrix size */
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1,7 +1,11 @@
 | 
			
		|||
{
 | 
			
		||||
    "keyboard_name": "Preonic rev. 3",
 | 
			
		||||
    "url": "https://olkb.com/preonic",
 | 
			
		||||
    "maintainer": "jackhumbert",
 | 
			
		||||
    "keyboard_name": "Preonic",
 | 
			
		||||
    "manufacturer": "OLKB",
 | 
			
		||||
    "usb": {
 | 
			
		||||
        "vid": "0x03A8",
 | 
			
		||||
        "pid": "0xA649",
 | 
			
		||||
        "device_version": "0.0.3"
 | 
			
		||||
    },
 | 
			
		||||
    "layouts": {
 | 
			
		||||
        "LAYOUT_preonic_1x2uC": {
 | 
			
		||||
            "layout": [
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue