Migrate SPLIT_HAND_PIN to json (#23924)
This commit is contained in:
		
							parent
							
								
									26e84c513c
								
							
						
					
					
						commit
						f0807ea64f
					
				
					 159 changed files with 243 additions and 800 deletions
				
			
		| 
						 | 
				
			
			@ -3,9 +3,6 @@
 | 
			
		|||
 | 
			
		||||
#pragma once
 | 
			
		||||
 | 
			
		||||
// If the pin is high, then the controller assumes it is the left hand, and if it’s low, it’s assumed to be the right side.
 | 
			
		||||
#define SPLIT_HAND_PIN C15
 | 
			
		||||
 | 
			
		||||
#define SERIAL_USART_FULL_DUPLEX
 | 
			
		||||
#define SERIAL_USART_TX_PIN B6
 | 
			
		||||
#define SERIAL_USART_RX_PIN B7
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -25,6 +25,9 @@
 | 
			
		|||
    },
 | 
			
		||||
    "split": {
 | 
			
		||||
        "enabled": true,
 | 
			
		||||
        "handedness": {
 | 
			
		||||
            "pin": "C15"
 | 
			
		||||
        },
 | 
			
		||||
        "serial": {
 | 
			
		||||
            "driver": "usart"
 | 
			
		||||
        },
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue