summaryrefslogtreecommitdiffstats
path: root/lib/python/qmk/cli
Commit message (Collapse)AuthorAgeFilesLines
* Add `qmk mass-compile`, which intends to supercede `qmk multibuild` whilst ↵Nick Brassel2023-01-042-0/+166
| | | | providing support for filtering as per data-driven definitions. (#18971)
* Minor alignment of rgb_breathe_table generator (#19403)Joel Challis2022-12-231-25/+24
|
* Add lint check for keyboard/keymap license header (#19215)Joel Challis2022-12-091-0/+34
|
* Publish constants metadata to API (#19143)Joel Challis2022-11-231-0/+20
| | | | | * Publish metadata * Ensure content is sorted
* Revert "Add pointing device support to data driven config (#18215)" (#19063)Drashna Jaelre2022-11-151-13/+0
|
* Add pointing device support to data driven config (#18215)Drashna Jaelre2022-11-141-0/+13
| | | Co-authored-by: Joel Challis <git@zvecr.com>
* Add raw output option for QGF/QFF files. (#18998)Nick Brassel2022-11-082-2/+17
|
* Publish hjson files as json (#18996)Joel Challis2022-11-081-1/+18
|
* Format DD mappings and schemas (#18924)Ryan2022-11-084-4/+4
|
* Initial DD keycode migration (#18643)Joel Challis2022-11-053-0/+103
| | | | | * Initial DD keycode migration * Sort magic keycodes
* Add converter support to keymap.json (#18776)Joel Challis2022-10-202-2/+7
|
* [CLI] Ensure consistent clean behaviour (#18781)Joel Challis2022-10-202-97/+59
|
* Build correctly when out of tree (#18775)Joel Challis2022-10-192-18/+30
|
* Generate DD RGBLight/LED/RGB Matrix animation defines (#18459)Ryan2022-09-261-0/+15
|
* Normalise info_config.h define generation (#18439)Ryan2022-09-211-83/+31
| | | | | | | | | | | | | * Normalise info_config.h define generation * format * Fix tests * Update lib/python/qmk/cli/generate/config_h.py Co-authored-by: Nick Brassel <nick@tzarc.org> Co-authored-by: Nick Brassel <nick@tzarc.org>
* Tidy up LAYOUT macro generation (#18262)Joel Challis2022-09-193-95/+59
|
* [Core] Add getreuer's Autocorrect feature to core (#15699)Drashna Jaelre2022-09-172-0/+290
| | | Co-authored-by: Albert Y <76888457+filterpaper@users.noreply.github.com>
* Merge remote-tracking branch 'origin/master' into developQMK Bot2022-09-161-1/+17
|\
| * Add ability to remove temporary files during multibuild. (#18381)Nick Brassel2022-09-161-1/+17
| |
* | Disconnect `usb.device_ver` (#18259)Ryan2022-09-161-6/+0
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-08-311-1/+1
|\|
| * `qmk lint`: fix TypeError (#18226)Ryan2022-08-311-1/+1
| |
* | Handle escaping of manufacturer/product strings (#18194)Ryan2022-08-281-1/+2
|/
* Update LUFA submodule (#18168)Ryan2022-08-261-2/+2
|
* Merge remote-tracking branch 'origin/master' into developQMK Bot2022-08-241-1/+1
|\
| * Update invalid pip install flag (#18146)Joel Challis2022-08-241-1/+1
| |
* | CLI: Teaching the CLI to flash binaries (#16584)Erovia2022-08-203-93/+85
| | | | | | | | | | | | Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Sergey Vlasov <sigprof@gmail.com> Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Nick Brassel <nick@tzarc.org>
* | Publish data as part of API generation (#17020)Joel Challis2022-08-061-14/+23
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-07-261-1/+25
|\|
| * Make `qmk doctor` print out the last log entry for ↵Nick Brassel2022-07-261-1/+25
| | | | | | | | upstream/{master,develop}, including dates (#17713)
* | More DD encoder fixes (#17615)Joel Challis2022-07-111-3/+5
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-07-091-0/+1
|\|
| * Add line to multibuild output log showing the actual build target. (#17606)Nick Brassel2022-07-091-0/+1
| |
* | Fix rgbkb/sol/rev2 build issues (#17601)Joel Challis2022-07-081-3/+8
| |
* | Add cli command to import keyboard|keymap|kbfirmware (#16668)Joel Challis2022-07-025-0/+74
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-06-291-14/+22
|\|
| * Allow module check to error out when piped to /dev/null (#17505)Joel Challis2022-06-301-14/+22
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-06-261-1/+1
|\|
| * Fix error message in generated code (#17484)Joel Challis2022-06-271-1/+1
| |
* | Allow encoder config from info.json (#17295)Joel Challis2022-06-201-0/+29
| |
* | Additional schema fixes (#17414)Joel Challis2022-06-181-4/+4
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-06-152-4/+6
|\|
| * Fix clean arg handling (#17392)Joel Challis2022-06-152-4/+6
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-06-141-29/+88
|\|
| * Perform stricter lint checks (#17348)Joel Challis2022-06-141-29/+88
| |
* | `qmk doctor`: show arch for macOS (#17356)Ryan2022-06-111-1/+1
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-06-101-7/+0
|\|
| * Promote 'layouts require matrix data' to api error (#17349)Joel Challis2022-06-101-7/+0
| |
* | Add uf2-split-* make targets. (#17257)Dasky2022-05-311-0/+2
|/
* Data driven `g_led_config` (#16728)Joel Challis2022-05-162-0/+76
|