Skip to content

Commit

Permalink
Cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
tzarc committed Nov 21, 2023
1 parent 56330e3 commit c28813e
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit c28813e

Please sign in to comment.