* Add Plover layer to DCompact from Planck default * Fix up and update DCompact READMEs * Add missing Steno features * Switch flags to re-enable extrakeys * Fix compilation bug in Chimera layout
		
			
				
	
	
		
			16 lines
		
	
	
		
			319 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			319 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| ifndef QUANTUM_DIR
 | |
| 	include ../../../../Makefile
 | |
| endif
 | |
| 
 | |
| # https://beta.docs.qmk.fm/reference/config-options#feature-options
 | |
| # Features Specifically Wanted
 | |
| EXTRAKEY_ENABLE = yes
 | |
| STENO_ENABLE = yes
 | |
| NKRO_ENABLE = yes
 | |
| AUDIO_ENABLE = yes
 | |
| 
 | |
| # Features taking up space
 | |
| MOUSEKEY_ENABLE = no
 | |
| MIDI_ENABLE = no
 | |
| CONSOLE_ENABLE = no
 |