Co-authored-by: Joe Scotto <me@joescotto.com> Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Joe Scotto <contact@joescotto.com>
		
			
				
	
	
		
			11 lines
		
	
	
	
		
			181 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
	
		
			181 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
SRC += scotto.c
 | 
						|
 | 
						|
TAP_DANCE_ENABLE = yes
 | 
						|
 | 
						|
ifeq ($(strip $(TAP_DANCE_ENABLE)), yes)
 | 
						|
    SRC += tap_dance.c
 | 
						|
endif
 | 
						|
 | 
						|
ifneq ($(strip $(KEYMAP)),)
 | 
						|
    OPT_DEFS += -DKEYMAP_$(KEYMAP)
 | 
						|
endif
 |