Move split.soft_serial_pin to split.serial.pin (#24127)
This commit is contained in:
		
							parent
							
								
									daa777d6fb
								
							
						
					
					
						commit
						4ab36df48f
					
				
					 5 changed files with 23 additions and 10 deletions
				
			
		|  | @ -823,7 +823,10 @@ | |||
|                         } | ||||
|                     } | ||||
|                 }, | ||||
|                 "soft_serial_pin": {"$ref": "qmk.definitions.v1#/mcu_pin"}, | ||||
|                 "soft_serial_pin": { | ||||
|                     "$ref": "qmk.definitions.v1#/mcu_pin", | ||||
|                     "$comment": "Deprecated: use split.serial.pin instead" | ||||
|                 }, | ||||
|                 "soft_serial_speed": { | ||||
|                     "type": "integer", | ||||
|                     "minimum": 0, | ||||
|  | @ -836,7 +839,8 @@ | |||
|                         "driver": { | ||||
|                             "type": "string", | ||||
|                             "enum": ["bitbang", "usart", "vendor"] | ||||
|                         } | ||||
|                         }, | ||||
|                         "pin": {"$ref": "qmk.definitions.v1#/mcu_pin"} | ||||
|                     } | ||||
|                 }, | ||||
|                 "transport": { | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Joel Challis
						Joel Challis