Skip to content

Commit

Permalink
stash
Browse files Browse the repository at this point in the history
  • Loading branch information
zvecr committed Dec 30, 2023
1 parent 3e9d726 commit 71d0f0f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions qmk_cli/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@ def find_qmk_firmware():
return path.resolve()
return path

hidden_home = Path.home() / '.qmk_firmware'
if hidden_home.exists():
return hidden_home

return Path.home() / 'qmk_firmware'


Expand Down

0 comments on commit 71d0f0f

Please sign in to comment.