summaryrefslogtreecommitdiffstats
path: root/lib/python
Commit message (Collapse)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
| | | | | | | | | | | | | | | | | * CLI: Lint non-data driven macros in info.json Macros in info.json should either have the "matrix" key with the matrix data or should should be also present in <keyboard>.h * Add verification of matrix data * Use generic '<keyboard>.h' in output * Add keyboard name to output * Make C layout macro finding more robust The old code missed C macros if they had whitespace between '#' and 'define' or had whitespace before '#'.
* 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
| | | | | | | * qmk.path.FileType: pass in mode as first argument * Better solution * Grammar...
* 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
| | | | | | The 'cd' subcommand was failing as the current shell's Windows path was mangled while milc processed it. Using 'subprocess' directly avoids this issue and an extra layer of subshell.
* `qmk info`: Nicer rendering of big-ass enter (#16541)Ryan2022-03-081-1/+35
| | | | | * `qmk info`: Nicer rendering of big-ass enter * Formatting...
* `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 schema validator It should use the passed schema. * Add required attributes to keymap schema * Rework subcommands to validate the JSON keymaps The 'compile', 'flash' and 'json2c' subcommands were reworked to add JSON keymap validation so error is reported for non-JSON and non-compliant-JSON inputs. * Fix required fields in keymap schema * Add tests * Fix compiling keymaps directly from keymap directory * Schema should not require version for now.
* 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
| | | | | | | | | | | | | | | * Initial changelog pass * update generate-develop-pr-list content * Fix bad word-ness * Fix generate-develop-pr-list ignores * Update docs/ChangeLog/20220226.md Co-authored-by: Sergey Vlasov <sigprof@gmail.com> Co-authored-by: Sergey Vlasov <sigprof@gmail.com>
* 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
| | | | | | | | | | | | | | | | | | * Initial pass at a data driven keyboard subcommand * format * lint * Handle bootloader now its mandatory
* | 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
| | | | | | | | | | | | | | | | | | | | | | * Reformat python due to yapf changes * Fix pytest keymap list test * revert formatting * Use contra, because, well https://www.reddit.com/r/MechanicalKeyboards/comments/8riofq/did_i_kill_my_contra/
* | 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 env variable support to multibuild. * Generate version.h in build-specific location.
* | 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
| | | | | | | | | | * CLI: Parse USB device version BCD * Apply suggestions
* | 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
| | | | | | | | | | | | | | * Fix "No C files in filelist: None" * Align other commands * force absolute paths
* | 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
| | | | | | | | | | * Fix compilation-database command under MSYS * Add comment
* | 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
| | | | | | | * Add test filter to 'qmk pytest' * Bodge for some test filters not resolving qmk * Update docs
* 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
| | | | | | | | | | | | | | | | | | | | | | | | | * Changelog. * Remove the asymmetric encoder PR from listing due to revert. * More docs * More docs * More docs * Links to changelog, updated schedule, slotted in 2 weeks of testing at the end so that there's no ambiguity with PR merge dates. * Clarify keyboard moves. * Fix dates * Sidebar * Fixup dates. * Fixup dates. * Wording.
* Westberrytech pr (#14422)Joy Lee2021-11-272-1/+3
| | | | | | | * Added support for WB32 MCU * Modified eeprom_wb32.c * Remove the eeprom_wb32-related code
* 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
| | | | | | | | | | * qmk format-python filter all files * filter changed files too
* | Macros in JSON keymaps (#14374)Zach White2021-11-225-15/+105
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * macros in json keymaps * add advanced macro support to json * add a note about escaping macro strings * add simple examples * format json * add support for language specific keymap extras * switch to dictionaries instead of inline text for macros * use SS_TAP on the innermost tap keycode * add the new macro format to the schema * document the macro limit * add the json keyword for syntax highlighting * fix format that vscode screwed up * Update feature_macros.md * add tests for macros * change ding to beep * add json support for SENDSTRING_BELL * update doc based on feedback from sigprof * document host_layout * remove unused var * improve carriage return handling * support tab characters as well * Update docs/feature_macros.md Co-authored-by: Nick Brassel <nick@tzarc.org> * escape backslash characters * format * flake8 * Update quantum/quantum_keycodes.h Co-authored-by: Nick Brassel <nick@tzarc.org>
* | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | * [CLI] `list-keymaps`/`list-layouts`: Check keyboard passed in * Update lib/python/qmk/cli/list/keymaps.py Co-authored-by: Joel Challis <git@zvecr.com> * Update lib/python/qmk/cli/list/layouts.py Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Joel Challis <git@zvecr.com>
| * Add diff logic to python format subcommand (#15156)Joel Challis2021-11-172-14/+56
| | | | | | | | | | | | | | | | | | | | | | * Add diff logic to python format subcommand * Update test * Add in filter per format-c * fix tests * Update new workflow