forked from mirrors/qmk_userspace
		
	Remove caveat about combos with shared keys (#5601)
Combos with shared keys are supported as of https://github.com/qmk/qmk_firmware/pull/2561. Therefore, this caveat no longer applies.
This commit is contained in:
		
					parent
					
						
							
								4882f7f16d
							
						
					
				
			
			
				commit
				
					
						606b1fe82f
					
				
			
		
					 1 changed files with 0 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -19,7 +19,6 @@ combo_t key_combos[COMBO_COUNT] = {COMBO(test_combo, KC_ESC)};
 | 
			
		|||
This will send "Escape" if you hit the A and B keys.
 | 
			
		||||
 | 
			
		||||
!> This method only supports [basic keycodes](keycodes_basic.md). See the examples for more control.
 | 
			
		||||
!> You cannot reuse (share) keys in combos. Each key should only belong to a single combo.  
 | 
			
		||||
 | 
			
		||||
## Examples
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue