mirror of
				https://github.com/mfulz/qmk_firmware.git
				synced 2025-11-03 23:02:34 +01:00 
			
		
		
		
	loosen up the schema to allow any pin format
This commit is contained in:
		
							parent
							
								
									b44532aa3d
								
							
						
					
					
						commit
						ed19198c78
					
				@ -163,8 +163,7 @@
 | 
			
		||||
                        "items": {
 | 
			
		||||
                            "oneOf": [
 | 
			
		||||
                                {
 | 
			
		||||
                                    "type": "string",
 | 
			
		||||
                                    "pattern": "^[A-K]\\d{1,2}$"
 | 
			
		||||
                                    "type": "string"
 | 
			
		||||
                                },
 | 
			
		||||
                                {
 | 
			
		||||
                                    "type": "null"
 | 
			
		||||
@ -176,15 +175,13 @@
 | 
			
		||||
                "cols": {
 | 
			
		||||
                    "type": "array",
 | 
			
		||||
                    "items": {
 | 
			
		||||
                        "type": "string",
 | 
			
		||||
                        "pattern": "^[A-K]\\d{1,2}$"
 | 
			
		||||
                        "type": "string"
 | 
			
		||||
                    }
 | 
			
		||||
                },
 | 
			
		||||
                "rows": {
 | 
			
		||||
                    "type": "array",
 | 
			
		||||
                    "items": {
 | 
			
		||||
                        "type": "string",
 | 
			
		||||
                        "pattern": "^[A-K]\\d{1,2}$"
 | 
			
		||||
                        "type": "string"
 | 
			
		||||
                    }
 | 
			
		||||
                }
 | 
			
		||||
            }
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user