mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-05-08 06:48:22 +00:00
Merge remote-tracking branch 'origin/develop' into xap
This commit is contained in:
commit
cb507b7f8c
@ -4,5 +4,5 @@ from qmk.constants import QMK_USERSPACE
|
|||||||
|
|
||||||
@cli.subcommand('Detected path to QMK Userspace.', hidden=True)
|
@cli.subcommand('Detected path to QMK Userspace.', hidden=True)
|
||||||
def userspace_path(cli):
|
def userspace_path(cli):
|
||||||
print(QMK_USERSPACE)
|
print(QMK_USERSPACE or '')
|
||||||
return
|
return
|
||||||
|
Loading…
Reference in New Issue
Block a user