aboutsummaryrefslogtreecommitdiffstats
path: root/lib/python/qmk/cli
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/master' into developQMK Bot2025-12-011-3/+3
|\
| * Fix python format warnings (#25841)Joel Challis2025-12-011-3/+3
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2025-11-273-24/+143
|\|
| * QMK CLI Environment bootstrapper (#25038)Nick Brassel2025-11-273-24/+143
| | | | | | | | | | Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Pascal Getreuer <getreuer@google.com>
* | [core] add BCD versions of QMK Version (#25804)Xelus222025-11-231-0/+4
| | | | | | | | Co-authored-by: Joel Challis <git@zvecr.com>
* | Fix preference of output file for 'qmk generate-autocorrect-data' (#25818)Joel Challis2025-11-231-3/+3
| |
* | [CLI] Lint error on missing keyboard readme (#25814)Jack Sangdahl2025-11-221-0/+4
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2025-11-191-0/+1
|\|
| * Short term fix for skip_converter KeyError in 'qmk userspace-add' (#25798)Joel Challis2025-11-191-0/+1
| |
* | Add return code to `qmk userspace-doctor` (#25775)Joel Challis2025-11-111-1/+3
| |
* | Generate `CUSTOM_MATRIX = lite` without `matrix_pins.custom` (#25453)Joel Challis2025-11-081-5/+4
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2025-11-081-0/+46
|\|
| * Add LED index map to `qmk info` cli command (#25743)Carlos Eduardo2025-11-081-0/+46
| |
* | Generate default encoder resolution for sparse config (#25247)Joel Challis2025-09-121-4/+5
|/
* Print build failures with `qmk mass-compile` and `qmk userspace-compile` if ↵Nick Brassel2025-09-092-4/+30
| | | | requested (`-p`/`--print-failures`) (#25518)
* Merge remote-tracking branch 'origin/master' into developQMK Bot2025-08-031-6/+12
|\
| * Improve 'new-keymap' error handling when default keymap is missing (#25536)Joel Challis2025-08-031-6/+12
| |
* | Ensure keyboard aliases do not point to themselves (#25500)Joel Challis2025-07-171-1/+20
| |
* | Add MATRIX_MASKED DD config (#25383)Joel Challis2025-06-271-15/+0
| |
* | Remove `DEFAULT_FOLDER` handling (#23281)Joel Challis2025-06-094-10/+5
|/
* Add `compiler_support.h` (#25274)Pablo Martínez2025-05-221-2/+4
|
* Enable community modules to define LED matrix and RGB matrix effects. (#25187)Pascal Getreuer2025-05-121-36/+39
| | | | Co-authored-by: Joel Challis <git@zvecr.com>
* Deprecate `qmk generate-compilation-database`. (#25237)Nick Brassel2025-05-061-167/+7
|
* Resolve alias for `qmk new-keymap` keyboard prompts (#25210)Joel Challis2025-05-051-1/+3
|
* Generate versions to keycode headers (#25219)Joel Challis2025-05-051-0/+16
|
* Add additional hooks for Community modules (#25050)Drashna Jaelre2025-05-051-0/+10
|
* Extend lint checks to reject duplication of defaults (#25149)Joel Challis2025-04-241-0/+31
|
* Merge remote-tracking branch 'origin/master' into developQMK Bot2025-04-231-0/+5
|\
| * Update 'qmk generate-api' to only publish pure DD keymaps (#24782)Joel Challis2025-04-231-0/+5
| |
* | Avoid duplication in generated community modules `rules.mk` (#25135)Joel Challis2025-04-232-35/+66
| |
* | Prompt for converter when creating new keymap (#25116)Joel Challis2025-04-221-1/+55
| |
* | Add lint warning for empty url (#25182)Joel Challis2025-04-211-0/+11
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2025-04-201-10/+16
|\|
| * Fix 'Would you like to clone the submodules?' prompt under msys (#24958)Joel Challis2025-04-201-10/+16
| |
* | Exclude external userspace from lint checking (#24680)Joel Challis2025-04-111-1/+1
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2025-04-091-2/+2
|\|
| * More Windows->Unix style path fixes. (#25119)Nick Brassel2025-04-091-2/+2
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2025-04-051-2/+2
|\|
| * Fix 'qmk lint -kb' argument handling (#25093)Joel Challis2025-04-051-2/+2
| |
* | [Modules] Provide access to current path in `rules.mk`. (#25061)Nick Brassel2025-03-261-0/+2
| |
* | [Core] use `keycode_string` in unit tests (#25042)Stefan Kerkmann2025-03-212-40/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * tests: use keycode_string feature With a proper keycode to string implementation in qmk there is no need to use the unit tests only implementation anymore. Signed-off-by: Stefan Kerkmann <karlk90@pm.me> * tests: remove keycode_util feature This feature is no longer used as we switched the tests to the keycode string implementation. Signed-off-by: Stefan Kerkmann <karlk90@pm.me>
* | Align to latest CLI dependencies (#24553)Joel Challis2025-03-201-1/+1
|/ | | | | * Align to latest CLI dependencies * Update docs
* Fixup MSYS + unix-style paths in Community Modules. (#25012)Nick Brassel2025-03-191-2/+2
| | | Fixup MSYS + unix-style paths.
* Community modules (#24848)Nick Brassel2025-02-266-8/+322
|
* Reject readme dummy content (#24913)Joel Challis2025-02-161-1/+47
|
* Extend lint to reject 'blank' files (#23994)Joel Challis2025-02-121-31/+81
|
* Merge remote-tracking branch 'origin/master' into developQMK Bot2025-02-081-1/+1
|\
| * Avoid WindowsPath errors for 'qmk format-text' (#24905)Joel Challis2025-02-081-1/+1
| |
* | `qmk docs`: restore `--port` and `--browser` arguments (#24623)Ryan2025-02-012-7/+8
| | | | | | | | | | * `qmk docs`: restore `--port` and `--browser` arguments * Make docs command args always a list
* | Resolve keyboard_aliases when processing keyboard make targets (#24834)Joel Challis2025-01-292-0/+17
| |