logo

qmk_firmware

custom branch of QMK firmware git clone https://anongit.hacktivis.me/git/qmk_firmware.git

path.py (194B)


  1. from milc import cli
  2. from qmk.constants import QMK_USERSPACE
  3. @cli.subcommand('Detected path to QMK Userspace.', hidden=True)
  4. def userspace_path(cli):
  5. print(QMK_USERSPACE or '')
  6. return