Skip to content

Commit

Permalink
[sonixqmk] we allow all keymaps currently
Browse files Browse the repository at this point in the history
this will be reverted in the future
  • Loading branch information
dexter93 committed Sep 20, 2024
1 parent 64bc2ef commit 56c9685
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/python/qmk/cli/lint.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,8 @@ def keymap_check(kb, km):
return ok

if km in INVALID_KM_NAMES:
ok = False
cli.log.error("%s: The keymap %s should not exist!", kb, km)
ok = True
cli.log.warning("%s: The keymap %s should not exist!", kb, km)
return ok

# Additional checks
Expand Down

0 comments on commit 56c9685

Please sign in to comment.