Keymap introspection for combos. (#19670)
This commit is contained in:
		
							parent
							
								
									433dc60686
								
							
						
					
					
						commit
						5faa23d54c
					
				
					 226 changed files with 533 additions and 729 deletions
				
			
		| 
						 | 
				
			
			@ -65,7 +65,7 @@ const uint16_t PROGMEM copy_combo[]  = {KC_Z, KC_C, COMBO_END};
 | 
			
		|||
const uint16_t PROGMEM paste_combo[] = {KC_X, KC_V, COMBO_END};
 | 
			
		||||
const uint16_t PROGMEM cut_combo[]   = {KC_Z, KC_X, COMBO_END};
 | 
			
		||||
 | 
			
		||||
combo_t key_combos[COMBO_COUNT] = {
 | 
			
		||||
combo_t key_combos[] = {
 | 
			
		||||
    [ZC_COPY]  = COMBO_ACTION(copy_combo),
 | 
			
		||||
    [XV_PASTE] = COMBO_ACTION(paste_combo),
 | 
			
		||||
    [ZX_CUT]   = COMBO_ACTION(cut_combo),
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue