Format code according to conventions (#12076)
Co-authored-by: QMK Bot <hello@qmk.fm>
This commit is contained in:
		
							parent
							
								
									0e984b6e7e
								
							
						
					
					
						commit
						50290c78b6
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -892,5 +892,5 @@ enum quantum_keycodes {
 | 
			
		|||
 | 
			
		||||
// One Shot toggle
 | 
			
		||||
#define OS_TOGG ONESHOT_TOGGLE
 | 
			
		||||
#define OS_ON   ONESHOT_ENABLE
 | 
			
		||||
#define OS_OFF  ONESHOT_DISABLE
 | 
			
		||||
#define OS_ON ONESHOT_ENABLE
 | 
			
		||||
#define OS_OFF ONESHOT_DISABLE
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue