mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-12-12 04:40:58 +00:00
Add userspace for json builds
This commit is contained in:
parent
7521a1181b
commit
dc86e605dd
@ -197,6 +197,9 @@ def compile_configurator_json(user_keymap, bootloader=None, parallel=1, clean=Fa
|
||||
'QMK_BIN="qmk"',
|
||||
])
|
||||
|
||||
if HAS_QMK_USERSPACE:
|
||||
make_command.append(f'QMK_USERSPACE={Path(QMK_USERSPACE).resolve()}')
|
||||
|
||||
for key, value in env_vars.items():
|
||||
make_command.append(f'{key}={value}')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user