* More Iris Tweaks * Mess with iris arrow keys * Massive layout overhaul to make everything more OLKB * Additional tweaks * Cleanup Userspace Remove unused layer code, and properly set userspace eeprom structure. * EEPROM stuff * Only use indicators if layer indication is enabled * Iris and Orthodox Tweaks (Status Indicators) * Additional tweaks to finish tri layer conversion * Disable ProMicro ligths globally * Add Pro Micro hacking info * Successfully get mod indication working on thumb clusters * Enable printing when console is enabled * Make Modifier Indicator lights more modular * Keymap cleanup * Tapping test changes * Cleanup and minor tweaks
		
			
				
	
	
		
			12 lines
		
	
	
		
			199 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			199 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| 
 | |
| SRC += drashna.c
 | |
| EXTRAFLAGS        += -flto
 | |
| 
 | |
| ifeq ($(strip $(NO_SECRETS)), yes)
 | |
|     OPT_DEFS += -DNO_SECRETS
 | |
| endif
 | |
| 
 | |
| ifeq ($(strip $(INDICATOR_LIGHTS)), yes)
 | |
|     OPT_DEFS += -DINDICATOR_LIGHTS
 | |
| endif
 |