summaryrefslogtreecommitdiff
path: root/lib/python/qmk/cli
Commit message (Collapse)AuthorAge
* 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
|\|
| * CLI: Add 'via2json' subcommand (#16468)Erovia2022-03-24
| |
* | Extend 'qmk info' to handle keymap level overrides (#16702)Joel Challis2022-03-21
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-03-18
|\|
| * Relocate CLI git interactions (#16682)Joel Challis2022-03-18
| |
* | Merge remote-tracking branch 'origin/master' into developzvecr2022-03-18
|\|
| * [CLI] Add common util for dumping generated content (#16674)Joel Challis2022-03-18
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-03-10
|\|
| * CLI: Fix 'cd' subcommand on Windows (#16610)Erovia2022-03-10
| | | | | | | | | | | | 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-09
| |
* | Move Doxygen docs to subdirectory (#16561)Ryan2022-03-07
| |
* | Change data driven "str" type to represent a quoted string literal (#16516)Ryan2022-03-04
| | | | | | | | | | * Change data driven "str" type to represent a quoted string literal * Update docs
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-02-28
|\|
| * CLI: Validate JSON keymap input (#16261)Erovia2022-02-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-27
|\|
| * Fix issues with data driven split keyboards (#16457)Joel Challis2022-02-27
| |
* | Rework generate-api CLI command to use .build directory (#16441)Joel Challis2022-02-27
|/
* Changelog 2022q1 (#16380)Joel Challis2022-02-23
| | | | | | | | | | | | | | | * 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-22
|\
| * Format code according to conventions (#16435)QMK Bot2022-02-22
| |
* | Merge remote-tracking branch 'upstream/master' into developfauxpark2022-02-22
|\|
| * Internal docs generation updates (#16411)Ryan2022-02-21
| |
* | Various fixes for new-keyboard (#16358)Joel Challis2022-02-15
| |
* | CLI: Minor additions #12795 (#16276)Erovia2022-02-14
| |
* | Migrate more makefile utilities to builddefs sub-directory (#16002)Joel Challis2022-02-10
| |
* | Initial pass at data driven new-keyboard subcommand (#12795)Joel Challis2022-02-09
| | | | | | | | | | | | | | | | | | * 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-05
| |
* | Ensure `version.h` is recreated each build. (#16188)Nick Brassel2022-02-04
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-02-02
|\|
| * `qmk doctor`: display qmk_firmware version tag (#16155)Ryan2022-02-01
| |
* | Fixup multibuild filegen (#16166)Nick Brassel2022-02-02
| | | | | | | | | | * Add env variable support to multibuild. * Generate version.h in build-specific location.
* | CLI: Parse USB device version BCD (#14580)Ryan2022-01-17
| | | | | | | | | | * CLI: Parse USB device version BCD * Apply suggestions
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-01-03
|\|
| * Refix "No C files in filelist: None" (#15728)Joel Challis2022-01-03
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-01-03
|\|
| * Fix "No C files in filelist: None" (#15560)Joel Challis2022-01-03
| | | | | | | | | | | | | | * Fix "No C files in filelist: None" * Align other commands * force absolute paths
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-12-29
|\|
| * Fix compilation-database command under MSYS (#15652)Joel Challis2021-12-30
| | | | | | | | | | * Fix compilation-database command under MSYS * Add comment
* | Use the PR title rather than parsing the commit message. (#15537)Nick Brassel2021-12-22
|/
* Add test filter to 'qmk pytest' (#15432)Joel Challis2021-12-09
| | | | | | | * 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-29
|
* Changelog 2021q4 (#15325)Nick Brassel2021-11-28
| | | | | | | | | | | | | | | | | | | | | | | | | * 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.
* Merge remote-tracking branch 'origin/master' into developQMK Bot2021-11-23
|\
| * qmk format-python - filter for Python files (#15271)Joel Challis2021-11-23
| | | | | | | | | | * qmk format-python filter all files * filter changed files too