* Fix up userspace after feature merges * Add new macros for keyboard layouts * Keep new layouts in keymap for easy reference * Cleanup layouts * Fix CRKBD wrappers * Fix up comments * Fix spacing in orthodox base layer * ergodox related cleanup * Make KC_MAKE only flash when holding shift * Add option to fast compile boards * Clean up rgb modes to save space * Re-enable Swap Hands on my Iris
		
			
				
	
	
		
			18 lines
		
	
	
		
			560 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			560 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| BOOTMAGIC_ENABLE  = no       # Virtual DIP switch configuration(+1000)
 | |
| MOUSEKEY_ENABLE   = no       # Mouse keys(+4700)
 | |
| EXTRAKEY_ENABLE   = yes       # Audio control and System control(+450)
 | |
| CONSOLE_ENABLE    = no         # Console for debug(+400)
 | |
| COMMAND_ENABLE    = no        # Commands for debug and configuration
 | |
| TAP_DANCE_ENABLE  = no
 | |
| RGBLIGHT_ENABLE   = yes
 | |
| AUDIO_ENABLE      = yes
 | |
| NKRO_ENABLE       = yes
 | |
| BACKLIGHT_ENABLE  = no
 | |
| SWAP_HANDS_ENABLE = yes
 | |
| 
 | |
| INDICATOR_LIGHTS  = yes
 | |
| MACROS_ENABLED    = no
 | |
| RGBLIGHT_TWINKLE  = yes
 | |
| 
 | |
| BOOTLOADER        = qmk-dfu
 |