Rename lotus to framework

Signed-off-by: Daniel Schaefer <dhs@frame.work>
This commit is contained in:
Daniel Schaefer
2023-03-23 13:25:02 +08:00
parent 4827822cdc
commit 966f2e7822
60 changed files with 53 additions and 52 deletions

View File

@@ -125,7 +125,7 @@ def keymap_check(kb, km):
invalid_files = git_get_ignored_files(keymap_path.parent.as_posix())
for file in invalid_files:
# Ignore via files, I'm comitting them to this branch for now
if file.startswith('keyboards/lotus/kle/via'):
if file.startswith('keyboards/framework/kle/via'):
continue
cli.log.error(f'{kb}/{km}: The file "{file}" should not exist!')
ok = False