Lint keyboard/project name (#16766)
This commit is contained in:
		
							parent
							
								
									64974a7f8f
								
							
						
					
					
						commit
						11db29bedb
					
				
					 2 changed files with 17 additions and 0 deletions
				
			
		|  | @ -71,6 +71,22 @@ | |||
|         "type": "number", | ||||
|         "min": 0.25 | ||||
|     }, | ||||
|     "keyboard": { | ||||
|         "oneOf": [ | ||||
|             { | ||||
|                 "type": "string", | ||||
|                 "enum": [ | ||||
|                     "converter/numeric_keypad_IIe", | ||||
|                     "emptystring/NQG", | ||||
|                     "maple_computing/christmas_tree/V2017" | ||||
|                 ] | ||||
|             }, | ||||
|             { | ||||
|                 "type": "string", | ||||
|                 "pattern": "^[0-9a-z][0-9a-z_/]*$" | ||||
|             } | ||||
|         ] | ||||
|     }, | ||||
|     "mcu_pin_array": { | ||||
|         "type": "array", | ||||
|         "items": {"$ref": "#/mcu_pin"} | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Joel Challis
						Joel Challis