forked from mfulz_github/qmk_firmware
		
	 1f42a8ccdd
			
		
	
	
		1f42a8ccdd
		
			
		
	
	
	
	
		
			
			Python will evaluate first the left and then the right side of the and operator. The left side would previously return True based on the truthiness logic that treats any non-emptry string as true. It would not check if the desired keymap exists. If the left side is true it will evaluate the right side which will check for the existance of a specific keymap. With this change the check for existance of two keymaps is implemented.