Add userspace config.h handling to build script (#2640)
* Add userspace 'config.h' file * Add more robust docs * Remove config.h code from drashna userspace * Spelling error * Include links to Config Options page * Remove config.h documentation from userspace doc, as it's no longer needed
This commit is contained in:
		
							parent
							
								
									cc323df9ba
								
							
						
					
					
						commit
						162a67cbc5
					
				
					 4 changed files with 27 additions and 34 deletions
				
			
		| 
						 | 
				
			
			@ -2,10 +2,4 @@
 | 
			
		|||
SRC += drashna.c
 | 
			
		||||
EXTRAFLAGS        += -flto
 | 
			
		||||
 | 
			
		||||
ifneq ("$(wildcard users/$(KEYMAP)/config.h)","")
 | 
			
		||||
    CONFIG_H += users/$(KEYMAP)/config.h
 | 
			
		||||
endif
 | 
			
		||||
 | 
			
		||||
ifeq ($(strip $(NO_SECRETS)), yes)
 | 
			
		||||
    OPT_DEFS += -DNO_SECRETS
 | 
			
		||||
endif
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue