mirror of
				https://github.com/mfulz/qmk_firmware.git
				synced 2025-10-31 05:12:33 +01:00 
			
		
		
		
	Removes redundant {} which cause build failure when DEBUG_ACTION is set
This commit is contained in:
		
							parent
							
								
									c62f3bd74d
								
							
						
					
					
						commit
						d0b4dcc82c
					
				| @ -257,7 +257,7 @@ bool process_tapping(keyrecord_t *keyp) | |||||||
|                     return true; |                     return true; | ||||||
|                 } |                 } | ||||||
|             } else { |             } else { | ||||||
|                 if (!IS_NOEVENT(event)) debug("Tapping: other key just after tap.\n") {}; |                 if (!IS_NOEVENT(event)) debug("Tapping: other key just after tap.\n"); | ||||||
|                 process_record(keyp); |                 process_record(keyp); | ||||||
|                 return true; |                 return true; | ||||||
|             } |             } | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Phong Nguyen
						Phong Nguyen