mirror of
				https://github.com/mfulz/qmk_firmware.git
				synced 2025-11-04 07:12:33 +01:00 
			
		
		
		
	Merge remote-tracking branch 'origin/master' into develop
This commit is contained in:
		
						commit
						00cb9029f5
					
				@ -76,6 +76,11 @@ void action_exec(keyevent_t event) {
 | 
				
			|||||||
#endif
 | 
					#endif
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    if (event.pressed) {
 | 
				
			||||||
 | 
					        // clear the potential weak mods left by previously pressed keys
 | 
				
			||||||
 | 
					        clear_weak_mods();
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#ifdef SWAP_HANDS_ENABLE
 | 
					#ifdef SWAP_HANDS_ENABLE
 | 
				
			||||||
    if (!IS_NOEVENT(event)) {
 | 
					    if (!IS_NOEVENT(event)) {
 | 
				
			||||||
        process_hand_swap(&event);
 | 
					        process_hand_swap(&event);
 | 
				
			||||||
@ -237,11 +242,6 @@ void process_action(keyrecord_t *record, action_t action) {
 | 
				
			|||||||
    uint8_t tap_count = record->tap.count;
 | 
					    uint8_t tap_count = record->tap.count;
 | 
				
			||||||
#endif
 | 
					#endif
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    if (event.pressed) {
 | 
					 | 
				
			||||||
        // clear the potential weak mods left by previously pressed keys
 | 
					 | 
				
			||||||
        clear_weak_mods();
 | 
					 | 
				
			||||||
    }
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
#ifndef NO_ACTION_ONESHOT
 | 
					#ifndef NO_ACTION_ONESHOT
 | 
				
			||||||
    bool do_release_oneshot = false;
 | 
					    bool do_release_oneshot = false;
 | 
				
			||||||
    // notice we only clear the one shot layer if the pressed key is not a modifier.
 | 
					    // notice we only clear the one shot layer if the pressed key is not a modifier.
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user