summaryrefslogtreecommitdiffstats
path: root/lib/python/qmk/cli
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Also format *.hpp files. (#16997)Nick Brassel2022-05-041-1/+1
|
* Implement XAP 'secure' core requirements (#16843)Joel Challis2022-04-161-1/+6
| | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Stefan Kerkmann <karlk90@pm.me>
* Quantum Painter (#10174)Nick Brassel2022-04-134-1/+178
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-081-5/+15
|
* Merge remote-tracking branch 'origin/master' into developQMK Bot2022-03-301-2/+2
|\
| * yapf: disable arithmetic predecence indication (#16749)Ryan2022-03-301-2/+2
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-03-271-0/+7
|\|
| * CLI: Lint non-data driven macros in info.json (#16739)Erovia2022-03-271-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-242-0/+146
|\|
| * CLI: Add 'via2json' subcommand (#16468)Erovia2022-03-242-0/+146
| |
* | Extend 'qmk info' to handle keymap level overrides (#16702)Joel Challis2022-03-213-18/+18
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-03-184-18/+7
|\|
| * Relocate CLI git interactions (#16682)Joel Challis2022-03-184-18/+7
| |
* | Merge remote-tracking branch 'origin/master' into developzvecr2022-03-186-78/+51
|\|
| * [CLI] Add common util for dumping generated content (#16674)Joel Challis2022-03-186-78/+51
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-03-101-1/+2
|\|
| * 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.
* | Add support for encoder mapping. (#13286)Nick Brassel2022-03-091-2/+1
| |
* | Move Doxygen docs to subdirectory (#16561)Ryan2022-03-071-3/+4
| |
* | Change data driven "str" type to represent a quoted string literal (#16516)Ryan2022-03-042-3/+10
| | | | | | | | | | * Change data driven "str" type to represent a quoted string literal * Update docs
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-02-281-10/+3
|\|
| * CLI: Validate JSON keymap input (#16261)Erovia2022-02-281-10/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-02-273-27/+27
|\|
| * Fix issues with data driven split keyboards (#16457)Joel Challis2022-02-273-27/+27
| |
* | Rework generate-api CLI command to use .build directory (#16441)Joel Challis2022-02-271-7/+21
|/
* 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
| |