forked from mirrors/qmk_userspace
		
	Fix merging community and base keymaps
This commit is contained in:
		
					parent
					
						
							
								4445e0a459
							
						
					
				
			
			
				commit
				
					
						8ff72d9517
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -149,6 +149,6 @@ def list_keymaps(keyboard_name):
 | 
				
			||||||
        if "LAYOUTS" in rules_mk:
 | 
					        if "LAYOUTS" in rules_mk:
 | 
				
			||||||
            for layout in rules_mk["LAYOUTS"]["value"].split():
 | 
					            for layout in rules_mk["LAYOUTS"]["value"].split():
 | 
				
			||||||
                cl_base_path = os.path.join(os.getcwd(), "layouts", "community", layout) + os.path.sep
 | 
					                cl_base_path = os.path.join(os.getcwd(), "layouts", "community", layout) + os.path.sep
 | 
				
			||||||
                names = names + find_keymaps(cl_base_path, revision, community = True)
 | 
					                names = names.union(find_keymaps(cl_base_path, revision, community = True))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    return sorted(names)
 | 
					    return sorted(names)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue