summaryrefslogtreecommitdiffstats
path: root/lib/python
Commit message (Expand)AuthorAgeFilesLines
* yapf: disable arithmetic predecence indication (#16749)Ryan2022-03-302-9/+9
* CLI: Lint non-data driven macros in info.json (#16739)Erovia2022-03-272-1/+9
* Fix bug when 'info.json' lookup escapes keyboard dir (#16734)Erovia2022-03-261-2/+2
* CLI: Add 'via2json' subcommand (#16468)Erovia2022-03-244-2/+159
* qmk.path.FileType: fix argument handling (#16693)Ryan2022-03-191-2/+4
* Relocate CLI git interactions (#16682)Joel Challis2022-03-186-122/+118
* [CLI] Add common util for dumping generated content (#16674)Joel Challis2022-03-188-115/+131
* CLI: Fix 'cd' subcommand on Windows (#16610)Erovia2022-03-101-1/+2
* `qmk info`: Nicer rendering of big-ass enter (#16541)Ryan2022-03-081-1/+35
* `qmk info`: nicer rendering of ISO enter (#16466)Ryan2022-03-051-25/+69
* CLI: Validate JSON keymap input (#16261)Erovia2022-02-285-17/+41
* Fix issues with data driven split keyboards (#16457)Joel Challis2022-02-274-27/+32
* Revert CLI default for manufacturer (#16467)Joel Challis2022-02-271-1/+0
* Changelog 2022q1 (#16380)Joel Challis2022-02-231-1/+2
* Merge remote-tracking branch 'origin/master' into developQMK Bot2022-02-221-1/+2
|\
| * Format code according to conventions (#16435)QMK Bot2022-02-221-1/+2
* | Merge remote-tracking branch 'upstream/master' into developfauxpark2022-02-221-6/+10
|\|
| * Internal docs generation updates (#16411)Ryan2022-02-211-6/+10
* | Various fixes for new-keyboard (#16358)Joel Challis2022-02-152-1/+10
* | CLI: Minor additions #12795 (#16276)Erovia2022-02-142-52/+76
* | Migrate more makefile utilities to builddefs sub-directory (#16002)Joel Challis2022-02-102-2/+2
* | Initial pass at data driven new-keyboard subcommand (#12795)Joel Challis2022-02-092-89/+206
* | Skip categorisation of PR if it's only for code formatting. (#16215)Nick Brassel2022-02-051-1/+11
* | Ensure `version.h` is recreated each build. (#16188)Nick Brassel2022-02-041-0/+3
* | Fix issues with Python Tests (#16162)Drashna Jaelre2022-02-021-1/+1
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-02-022-1/+14
|\|
| * `qmk doctor`: display qmk_firmware version tag (#16155)Ryan2022-02-012-1/+14
* | Fixup multibuild filegen (#16166)Nick Brassel2022-02-021-1/+2
* | Add L432, L442. (#16016)Nick Brassel2022-01-241-1/+1
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-01-201-1/+1
|\|
| * Add missing STM32F405 definition in qmk.constants (#15937)Gigahawk2022-01-211-1/+1
* | CLI: Parse USB device version BCD (#14580)Ryan2022-01-172-0/+27
* | Fixes for bootloader refactor build failures (#15638)Ryan2022-01-061-6/+1
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-01-031-5/+4
|\|
| * Refix "No C files in filelist: None" (#15728)Joel Challis2022-01-031-5/+4
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-01-032-11/+14
|\|
| * Fix "No C files in filelist: None" (#15560)Joel Challis2022-01-032-11/+14
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-12-291-1/+2
|\|
| * Fix compilation-database command under MSYS (#15652)Joel Challis2021-12-301-1/+2
* | Use the PR title rather than parsing the commit message. (#15537)Nick Brassel2021-12-221-1/+1
|/
* Add test filter to 'qmk pytest' (#15432)Joel Challis2021-12-091-1/+2
* Fix 'format-c --core-only' matching keyboard level folders (#15337)Joel Challis2021-11-291-1/+1
* Changelog 2021q4 (#15325)Nick Brassel2021-11-281-1/+1
* Westberrytech pr (#14422)Joy Lee2021-11-272-1/+3
* Merge remote-tracking branch 'origin/master' into developQMK Bot2021-11-231-4/+5
|\
| * qmk format-python - filter for Python files (#15271)Joel Challis2021-11-231-4/+5
* | Macros in JSON keymaps (#14374)Zach White2021-11-225-15/+105
* | Merge remote-tracking branch 'origin/master' into developDrashna Jael're2021-11-194-14/+66
|\|
| * [CLI] `list-keymaps`/`list-layouts`: Check keyboard passed in (#15204)Ryan2021-11-182-0/+10
| * Add diff logic to python format subcommand (#15156)Joel Challis2021-11-172-14/+56