summaryrefslogtreecommitdiffstats
path: root/lib/python/qmk/os_helpers
Commit message (Collapse)AuthorAgeFilesLines
* Align our subprocess usage with current best practices. (#12940)Zach White2021-05-192-5/+3
| | | | | | | | | | | | | | | | | * Align our subprocess usage with current best practices. * remove unused import * Apply suggestions from code review Co-authored-by: Ryan <fauxpark@gmail.com> * fix the cpp invocation for older python * allow for unprompted installation * make sure qmk new-keyboard works on windows Co-authored-by: Ryan <fauxpark@gmail.com>
* Fix develop (#12039)Zach White2021-02-271-1/+1
| | | | | | | | | Fixes file encoding errors on Windows, and layouts not correctly merging into info.json. * force utf8 encoding * correctly merge layouts and layout aliases * show what aliases point to
* Adds AT90USB162 support (#11570)Dasky2021-01-291-0/+1
| | | | | | | | | | | * at90usb162 support * fix missing bracket * Apply suggestions from code review Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* Split of the doctor codebase (#11255)Erovia2020-12-212-0/+305
Co-authored-by: Ryan <fauxpark@gmail.com>