mirror of
				https://github.com/qmk/qmk_userspace.git
				synced 2025-11-03 18:30:07 -05:00 
			
		
		
		
	Update
This commit is contained in:
		
					parent
					
						
							
								327e6f07a4
							
						
					
				
			
			
				commit
				
					
						a1328b48f6
					
				
			
		
					 2 changed files with 4 additions and 1 deletions
				
			
		
										
											Binary file not shown.
										
									
								
							| 
						 | 
				
			
			@ -204,7 +204,10 @@ bool caps_word_press_user(uint16_t keycode) {
 | 
			
		|||
    switch (keycode) {
 | 
			
		||||
        // Keycodes that continue Caps Word, with shift applied.
 | 
			
		||||
        case DE_A ... DE_Z:
 | 
			
		||||
        case DE_MINS:
 | 
			
		||||
        case DE_ADIA:
 | 
			
		||||
        case DE_ODIA:
 | 
			
		||||
        case DE_UDIA:
 | 
			
		||||
        case DE_UNDS:
 | 
			
		||||
            add_weak_mods(MOD_BIT(KC_LSFT));  // Apply shift to next key.
 | 
			
		||||
            return true;
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue