summaryrefslogtreecommitdiff
path: root/lib/python/qmk/path.py
AgeCommit message (Expand)AuthorFilesLines
2025-06-09Remove `DEFAULT_FOLDER` handling (#23281)Joel Challis1-4/+2
2025-03-19Fixup MSYS + unix-style paths in Community Modules. (#25012)Nick Brassel1-1/+23
2024-03-13Merge remote-tracking branch 'origin/master' into developzvecr1-5/+13
2024-03-13Absolute paths for -kb argument should error consistently (#23262)Joel Challis1-4/+12
2024-03-10Enable 'keyboard.json' as a build target (#22891)Joel Challis1-1/+2
2023-11-28QMK Userspace (#22222)Nick Brassel1-4/+55
2023-11-01Improve argument handling of c2json (#22170)Joel Challis1-4/+2
2023-05-19CLI: Improve keymap folder resolution (#20981)Ryan1-3/+22
2022-03-19qmk.path.FileType: fix argument handling (#16693)Ryan1-2/+4
2022-02-28CLI: Validate JSON keymap input (#16261)Erovia1-1/+5
2022-02-09Initial pass at data driven new-keyboard subcommand (#12795)Joel Challis1-1/+1
2021-03-24Add support for qmk_configurator style aliases (#11954)Zach White1-0/+1
2021-02-07Allow flash/compile to accept relative json paths (#11767)Joel Challis1-0/+10
2020-11-07New command: qmk lint (#10761)Zach White1-4/+10
2020-05-27Fix running qmk info without any arguments (#9218)Zach White1-3/+4
2020-05-26[CLI] Add a subcommand for getting information about a keyboard (#8666)Zach White1-25/+1
2020-03-13Add decorators for determining keyboard and keymap based on current directory...skullydazed1-1/+1
2020-02-22New functionality for cformat (#7893)Akaash Suresh1-0/+14
2020-02-17Use pathlib everywhere we can (#7872)skullydazed1-11/+46
2020-02-15Code cleanup, use pathlib, use pytest keyboardErovia1-13/+0
2020-02-15Fix commandline parsing and flake8 findings, rebaseErovia1-0/+2
2020-02-15Drop bs4 dependency, update docs, minor improvementsErovia1-15/+8
2020-02-15Another major refactoring, add documentationErovia1-0/+18
2019-11-20Add flake8 to our test suite and fix all errors (#7379)skullydazed1-1/+0
2019-09-22Configuration system for CLI (#6708)skullydazed1-0/+1
2019-09-10Created new_keymap.py, python version of new_keymap.sh (#6066)Kenny Hoang1-0/+3
2019-07-15QMK CLI and JSON keymap support (#6176)skullydazed1-0/+32