summaryrefslogtreecommitdiff
path: root/lib/python/qmk/cli
Commit message (Collapse)AuthorAge
* Initial DD keycode migration (#18643)Joel Challis2022-11-05
| | | | | * Initial DD keycode migration * Sort magic keycodes
* Add converter support to keymap.json (#18776)Joel Challis2022-10-20
|
* [CLI] Ensure consistent clean behaviour (#18781)Joel Challis2022-10-20
|
* Build correctly when out of tree (#18775)Joel Challis2022-10-19
|
* Generate DD RGBLight/LED/RGB Matrix animation defines (#18459)Ryan2022-09-26
|
* Normalise info_config.h define generation (#18439)Ryan2022-09-21
| | | | | | | | | | | | | * 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-19
|
* [Core] Add getreuer's Autocorrect feature to core (#15699)Drashna Jaelre2022-09-17
| | | Co-authored-by: Albert Y <76888457+filterpaper@users.noreply.github.com>
* Merge remote-tracking branch 'origin/master' into developQMK Bot2022-09-16
|\
| * Add ability to remove temporary files during multibuild. (#18381)Nick Brassel2022-09-16
| |
* | Disconnect `usb.device_ver` (#18259)Ryan2022-09-16
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-08-31
|\|
| * `qmk lint`: fix TypeError (#18226)Ryan2022-08-31
| |
* | Handle escaping of manufacturer/product strings (#18194)Ryan2022-08-28
|/
* Update LUFA submodule (#18168)Ryan2022-08-26
|
* Merge remote-tracking branch 'origin/master' into developQMK Bot2022-08-24
|\
| * Update invalid pip install flag (#18146)Joel Challis2022-08-24
| |
* | CLI: Teaching the CLI to flash binaries (#16584)Erovia2022-08-20
| | | | | | | | | | | | 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-06
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-07-26
|\|
| * Make `qmk doctor` print out the last log entry for ↵Nick Brassel2022-07-26
| | | | | | | | upstream/{master,develop}, including dates (#17713)
* | More DD encoder fixes (#17615)Joel Challis2022-07-11
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-07-09
|\|
| * Add line to multibuild output log showing the actual build target. (#17606)Nick Brassel2022-07-09
| |
* | Fix rgbkb/sol/rev2 build issues (#17601)Joel Challis2022-07-08
| |
* | Add cli command to import keyboard|keymap|kbfirmware (#16668)Joel Challis2022-07-02
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-06-29
|\|
| * Allow module check to error out when piped to /dev/null (#17505)Joel Challis2022-06-30
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-06-26
|\|
| * Fix error message in generated code (#17484)Joel Challis2022-06-27
| |
* | Allow encoder config from info.json (#17295)Joel Challis2022-06-20
| |
* | Additional schema fixes (#17414)Joel Challis2022-06-18
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-06-15
|\|
| * Fix clean arg handling (#17392)Joel Challis2022-06-15
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-06-14
|\|
| * Perform stricter lint checks (#17348)Joel Challis2022-06-14
| |
* | `qmk doctor`: show arch for macOS (#17356)Ryan2022-06-11
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-06-10
|\|
| * Promote 'layouts require matrix data' to api error (#17349)Joel Challis2022-06-10
| |
* | Add uf2-split-* make targets. (#17257)Dasky2022-05-31
|/
* Data driven `g_led_config` (#16728)Joel Challis2022-05-16
|
* Also format *.hpp files. (#16997)Nick Brassel2022-05-04
|
* Implement XAP 'secure' core requirements (#16843)Joel Challis2022-04-16
| | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Stefan Kerkmann <karlk90@pm.me>
* Quantum Painter (#10174)Nick Brassel2022-04-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Install dependencies before executing unit tests. * Split out UTF-8 decoder. * Fixup python formatting rules. * Add documentation for QGF/QFF and the RLE format used. * Add CLI commands for converting images and fonts. * Add stub rules.mk for QP. * Add stream type. * Add base driver and comms interfaces. * Add support for SPI, SPI+D/C comms drivers. * Include <qp.h> when enabled. * Add base support for SPI+D/C+RST panels, as well as concrete implementation of ST7789. * Add support for GC9A01. * Add support for ILI9341. * Add support for ILI9163. * Add support for SSD1351. * Implement qp_setpixel, including pixdata buffer management. * Implement qp_line. * Implement qp_rect. * Implement qp_circle. * Implement qp_ellipse. * Implement palette interpolation. * Allow for streams to work with either flash or RAM. * Image loading. * Font loading. * QGF palette loading. * Progressive decoder of pixel data supporting Raw+RLE, 1-,2-,4-,8-bpp monochrome and palette-based images. * Image drawing. * Animations. * Font rendering. * Check against 256 colours, dump out the loaded palette if debugging enabled. * Fix build. * AVR is not the intended audience. * `qmk format-c` * Generation fix. * First batch of docs. * More docs and examples. * Review comments. * Public API documentation.
* Allow new-keyboard to use development_board presets (#16785)Joel Challis2022-04-08
|
* Merge remote-tracking branch 'origin/master' into developQMK Bot2022-03-30
|\
| * yapf: disable arithmetic predecence indication (#16749)Ryan2022-03-30
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-03-27
|\|
| * CLI: Lint non-data driven macros in info.json (#16739)Erovia2022-03-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 '#'.
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-03-24
|\|