* Matrix/keymap refactor White space and readability updates * Configurator support Added info.json file. * Readme update Markdown formatting * Add support for ortho_4x12 keymaps * Added planck_mit layout support * Disable SWAP_HANDS_ENABLE for zlant:wanleg keymap * Disable BACKLIGHT_ENABLE for zlant:bakingpy keymap
		
			
				
	
	
		
			14 lines
		
	
	
		
			236 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			236 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| AUDIO_ENABLE = no
 | |
| SWAP_HANDS_ENABLE = yes
 | |
| 
 | |
| ifeq ($(strip $(KEYBOARD)), jj40)
 | |
| 	SWAP_HANDS_ENABLE = no
 | |
| endif
 | |
| 
 | |
| ifeq ($(strip $(KEYBOARD)), 4x4)
 | |
| 	SWAP_HANDS_ENABLE = no
 | |
| endif
 | |
| 
 | |
| ifeq ($(strip $(KEYBOARD)), zlant)
 | |
| 	SWAP_HANDS_ENABLE = no
 | |
| endif |