mirror of
				https://github.com/mfulz/qmk_firmware.git
				synced 2025-11-03 23:02:34 +01:00 
			
		
		
		
	Add JSON keymap to prereq list of C keymap
This ensures the C keymap is rebuilt when the JSON keymap changes.
This commit is contained in:
		
							parent
							
								
									4b11c2b552
								
							
						
					
					
						commit
						15e5f57952
					
				@ -22,5 +22,5 @@ else ifneq ("$(wildcard $(MAIN_KEYMAP_PATH_1)/keymap.json)","")
 | 
			
		||||
endif
 | 
			
		||||
 | 
			
		||||
# Generate the keymap.c
 | 
			
		||||
$(KEYBOARD_OUTPUT)/src/keymap.c:
 | 
			
		||||
$(KEYBOARD_OUTPUT)/src/keymap.c: $(KEYMAP_JSON)
 | 
			
		||||
	bin/qmk json-keymap --quiet --output $(KEYMAP_C) $(KEYMAP_JSON)
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user