Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-05-16 | Data driven `g_led_config` (#16728) | Joel Challis | |
2022-05-04 | Also format *.hpp files. (#16997) | Nick Brassel | |
2022-04-16 | Implement XAP 'secure' core requirements (#16843) | Joel Challis | |
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Stefan Kerkmann <karlk90@pm.me> | |||
2022-04-13 | Quantum Painter (#10174) | Nick Brassel | |
* 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. | |||
2022-04-08 | Allow new-keyboard to use development_board presets (#16785) | Joel Challis | |
2022-04-06 | CLI: Bump the 'jsonschema' version (#16635) | Erovia | |
* CLI: Bump the 'jsonschema' version Update the used meta-schema from Draft 7 from 2018 to the latest one, Draft 2020-12. Currently, the validator falls back to Draft 7 if the newer validator is not available. Draft 2020-12 support was introduced to 'jsonschema' in version 4.0.0. * Fix formatting | |||
2022-04-03 | Add frameworking for development board presets (#16637) | Joel Challis | |
* Add frameworking for development board presets * Update lib/python/qmk/info.py Co-authored-by: Nick Brassel <nick@tzarc.org> Co-authored-by: Nick Brassel <nick@tzarc.org> | |||
2022-03-30 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2022-03-30 | yapf: disable arithmetic predecence indication (#16749) | Ryan | |
2022-03-27 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2022-03-27 | CLI: Lint non-data driven macros in info.json (#16739) | Erovia | |
* 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 '#'. | |||
2022-03-26 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2022-03-26 | Fix bug when 'info.json' lookup escapes keyboard dir (#16734) | Erovia | |
2022-03-24 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2022-03-24 | CLI: Add 'via2json' subcommand (#16468) | Erovia | |
2022-03-22 | Ignore transport defaults if SPLIT_KEYBOARD is unset (#16706) | Joel Challis | |
* Ignore transport defaults if SPLIT_KEYBOARD is unset * keep exists check | |||
2022-03-21 | Extend 'qmk info' to handle keymap level overrides (#16702) | Joel Challis | |
2022-03-19 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2022-03-19 | qmk.path.FileType: fix argument handling (#16693) | Ryan | |
* qmk.path.FileType: pass in mode as first argument * Better solution * Grammar... | |||
2022-03-18 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2022-03-18 | Relocate CLI git interactions (#16682) | Joel Challis | |
2022-03-18 | Merge remote-tracking branch 'origin/master' into develop | zvecr | |
2022-03-18 | [CLI] Add common util for dumping generated content (#16674) | Joel Challis | |
2022-03-10 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2022-03-10 | CLI: Fix 'cd' subcommand on Windows (#16610) | Erovia | |
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. | |||
2022-03-09 | Add support for encoder mapping. (#13286) | Nick Brassel | |
2022-03-08 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2022-03-08 | `qmk info`: Nicer rendering of big-ass enter (#16541) | Ryan | |
* `qmk info`: Nicer rendering of big-ass enter * Formatting... | |||
2022-03-07 | Move Doxygen docs to subdirectory (#16561) | Ryan | |
2022-03-05 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2022-03-05 | `qmk info`: nicer rendering of ISO enter (#16466) | Ryan | |
2022-03-05 | Map data driven `DESCRIPTION` as string literal (#16523) | Ryan | |
2022-03-04 | Change data driven "str" type to represent a quoted string literal (#16516) | Ryan | |
* Change data driven "str" type to represent a quoted string literal * Update docs | |||
2022-02-28 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2022-02-28 | CLI: Validate JSON keymap input (#16261) | Erovia | |
* 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. | |||
2022-02-27 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2022-02-27 | Fix issues with data driven split keyboards (#16457) | Joel Challis | |
2022-02-27 | Rework generate-api CLI command to use .build directory (#16441) | Joel Challis | |
2022-02-27 | Revert CLI default for manufacturer (#16467) | Joel Challis | |
2022-02-23 | Changelog 2022q1 (#16380) | Joel Challis | |
* 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> | |||
2022-02-22 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2022-02-22 | Format code according to conventions (#16435) | QMK Bot | |
2022-02-22 | Merge remote-tracking branch 'upstream/master' into develop | fauxpark | |
2022-02-21 | Internal docs generation updates (#16411) | Ryan | |
2022-02-15 | Various fixes for new-keyboard (#16358) | Joel Challis | |
2022-02-14 | CLI: Minor additions #12795 (#16276) | Erovia | |
2022-02-10 | Migrate more makefile utilities to builddefs sub-directory (#16002) | Joel Challis | |
2022-02-09 | Initial pass at data driven new-keyboard subcommand (#12795) | Joel Challis | |
* Initial pass at a data driven keyboard subcommand * format * lint * Handle bootloader now its mandatory | |||
2022-02-05 | Skip categorisation of PR if it's only for code formatting. (#16215) | Nick Brassel | |
2022-02-04 | Ensure `version.h` is recreated each build. (#16188) | Nick Brassel | |