* Remove chording as it is not documented, not used, and needs work. * Make Leader Key an optional feature. * Switch from `PREVENT_STUCK_MODIFIERS` to `STRICT_LAYER_RELEASE` * Remove `#define PREVENT_STUCK_MODIFIERS` from keymaps.
		
			
				
	
	
		
			7 lines
		
	
	
		
			250 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			250 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| # Having a file like this allows you to override Makefile definitions
 | |
| # for your own particular keymap
 | |
| 
 | |
| SLEEP_LED_ENABLE = no  # Breathing sleep LED during USB suspend
 | |
| COMMAND_ENABLE   = no  # Commands for debug and configuration
 | |
| LEADER_ENABLE = yes
 |