Skip to content

Commit

Permalink
Attempt to fix configurator.
Browse files Browse the repository at this point in the history
  • Loading branch information
tzarc committed Nov 28, 2023
1 parent ff4b49d commit 0a096f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions qmk_compiler.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ def compile_json(keyboard_keymap_data, source_ip=None, send_metrics=True, public
if './lib/python' not in sys.path:
sys.path.append('./lib/python')

environ.set('ORIG_CWD', str(QMK_FIRMWARE_PATH))
from qmk.info import info_json

# If this keyboard needs a submodule check it out
Expand Down

0 comments on commit 0a096f1

Please sign in to comment.