1
0
Fork 0

Move bootloader.mk to platforms (#18228)

This commit is contained in:
Ryan 2022-09-01 00:17:24 +10:00 committed by GitHub
parent 0237ff0c62
commit bb6f028833
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 180 additions and 100 deletions

View file

@ -412,7 +412,7 @@ def list_keymaps(keyboard, c=True, json=True, additional_files=None, fullpath=Fa
rules = rules_mk(keyboard)
names = set()
if rules:
if rules is not None:
keyboards_dir = Path('keyboards')
kb_path = keyboards_dir / keyboard