mirror of
				https://github.com/mfulz/qmk_firmware.git
				synced 2025-10-31 05:12:33 +01:00 
			
		
		
		
	Fix missing wait.h include in Dip Switch Map (#24863)
This commit is contained in:
		
							parent
							
								
									5650894c20
								
							
						
					
					
						commit
						6a9ccae18d
					
				| @ -64,6 +64,7 @@ __attribute__((weak)) bool dip_switch_update_mask_kb(uint32_t state) { | |||||||
| #ifdef DIP_SWITCH_MAP_ENABLE | #ifdef DIP_SWITCH_MAP_ENABLE | ||||||
| #    include "keymap_introspection.h" | #    include "keymap_introspection.h" | ||||||
| #    include "action.h" | #    include "action.h" | ||||||
|  | #    include "wait.h" | ||||||
| 
 | 
 | ||||||
| #    ifndef DIP_SWITCH_MAP_KEY_DELAY | #    ifndef DIP_SWITCH_MAP_KEY_DELAY | ||||||
| #        define DIP_SWITCH_MAP_KEY_DELAY TAP_CODE_DELAY | #        define DIP_SWITCH_MAP_KEY_DELAY TAP_CODE_DELAY | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Drashna Jaelre
						Drashna Jaelre