Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CLI parallel search updates #22525

Merged
merged 2 commits into from
Nov 22, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Cleanup.
  • Loading branch information
tzarc committed Nov 21, 2023
commit c28813ebb0f3d1de65e1ca9551d1f78726b9bd25
2 changes: 1 addition & 1 deletion lib/python/qmk/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def parse_configurator_json(configurator_file):
exit(1)

keyboard = user_keymap['keyboard']
aliases = aliases = keyboard_alias_definitions()
aliases = keyboard_alias_definitions()

while keyboard in aliases:
last_keyboard = keyboard
Expand Down