Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-06-15 | 2 | -4/+6 | |
|\| | ||||||
| * | Fix clean arg handling (#17392) | Joel Challis | 2022-06-15 | 2 | -4/+6 | |
| | | ||||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-06-14 | 2 | -29/+97 | |
|\| | ||||||
| * | Perform stricter lint checks (#17348) | Joel Challis | 2022-06-14 | 2 | -29/+97 | |
| | | ||||||
* | | Update LUFA submodule (#17368) | Ryan | 2022-06-13 | 1 | -0/+0 | |
| | | ||||||
* | | `qmk doctor`: show arch for macOS (#17356) | Ryan | 2022-06-11 | 1 | -1/+1 | |
| | | ||||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-06-10 | 2 | -19/+5 | |
|\| | ||||||
| * | Promote 'layouts require matrix data' to api error (#17349) | Joel Challis | 2022-06-10 | 2 | -9/+5 | |
| | | ||||||
| * | Promote label with newlines to lint error (#17347) | Joel Challis | 2022-06-10 | 1 | -10/+0 | |
| | | ||||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-06-09 | 2 | -68/+53 | |
|\| | ||||||
| * | Add support for linting deprecated and removed functionality (#17063) | Joel Challis | 2022-06-09 | 2 | -68/+53 | |
| | | | | | | | | | | | | | | | | | | * Add support for more lint warnings/errors * Develop currently needs extra deps installed * Lint a few more scenarios * fix tests | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-05-30 | 1 | -16/+27 | |
|\| | ||||||
| * | Fix various lint errors (#17255) | Joel Challis | 2022-05-30 | 1 | -16/+27 | |
| | | | | | | | | | | * Fix various lint errors * reduce complexity | |||||
* | | Add uf2-split-* make targets. (#17257) | Dasky | 2022-05-31 | 1 | -0/+2 | |
|/ | ||||||
* | Added support for Wb32fq95 (#16871) | Joy Lee | 2022-05-23 | 1 | -1/+2 | |
| | ||||||
* | Data driven `g_led_config` (#16728) | Joel Challis | 2022-05-16 | 5 | -3/+240 | |
| | ||||||
* | Also format *.hpp files. (#16997) | Nick Brassel | 2022-05-04 | 1 | -1/+1 | |
| | ||||||
* | Update ChibiOS-Contrib (#16915) | Nick Brassel | 2022-04-22 | 1 | -0/+0 | |
| | ||||||
* | Implement XAP 'secure' core requirements (#16843) | Joel Challis | 2022-04-16 | 2 | -12/+51 | |
| | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Stefan Kerkmann <karlk90@pm.me> | |||||
* | Quantum Painter (#10174) | Nick Brassel | 2022-04-13 | 7 | -1/+1255 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 Challis | 2022-04-08 | 1 | -5/+15 | |
| | ||||||
* | CLI: Bump the 'jsonschema' version (#16635) | Erovia | 2022-04-06 | 1 | -1/+5 | |
| | | | | | | | | | | | * 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 | |||||
* | Add frameworking for development board presets (#16637) | Joel Challis | 2022-04-03 | 1 | -0/+13 | |
| | | | | | | | | | * 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> | |||||
* | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-03-30 | 2 | -9/+9 | |
|\ | ||||||
| * | yapf: disable arithmetic predecence indication (#16749) | Ryan | 2022-03-30 | 2 | -9/+9 | |
| | | ||||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-03-27 | 2 | -1/+9 | |
|\| | ||||||
| * | CLI: Lint non-data driven macros in info.json (#16739) | Erovia | 2022-03-27 | 2 | -1/+9 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 develop | QMK Bot | 2022-03-26 | 1 | -2/+2 | |
|\| | ||||||
| * | Fix bug when 'info.json' lookup escapes keyboard dir (#16734) | Erovia | 2022-03-26 | 1 | -2/+2 | |
| | | ||||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-03-24 | 4 | -2/+159 | |
|\| | ||||||
| * | CLI: Add 'via2json' subcommand (#16468) | Erovia | 2022-03-24 | 4 | -2/+159 | |
| | | ||||||
* | | Ignore transport defaults if SPLIT_KEYBOARD is unset (#16706) | Joel Challis | 2022-03-22 | 1 | -2/+4 | |
| | | | | | | | | | | * Ignore transport defaults if SPLIT_KEYBOARD is unset * keep exists check | |||||
* | | Extend 'qmk info' to handle keymap level overrides (#16702) | Joel Challis | 2022-03-21 | 4 | -27/+58 | |
| | | ||||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-03-19 | 1 | -2/+4 | |
|\| | ||||||
| * | qmk.path.FileType: fix argument handling (#16693) | Ryan | 2022-03-19 | 1 | -2/+4 | |
| | | | | | | | | | | | | | | * qmk.path.FileType: pass in mode as first argument * Better solution * Grammar... | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-03-18 | 6 | -122/+118 | |
|\| | ||||||
| * | Relocate CLI git interactions (#16682) | Joel Challis | 2022-03-18 | 6 | -122/+118 | |
| | | ||||||
* | | Merge remote-tracking branch 'origin/master' into develop | zvecr | 2022-03-18 | 8 | -115/+131 | |
|\| | ||||||
| * | [CLI] Add common util for dumping generated content (#16674) | Joel Challis | 2022-03-18 | 8 | -115/+131 | |
| | | ||||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-03-10 | 1 | -1/+2 | |
|\| | ||||||
| * | CLI: Fix 'cd' subcommand on Windows (#16610) | Erovia | 2022-03-10 | 1 | -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 Brassel | 2022-03-09 | 1 | -2/+1 | |
| | | ||||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-03-08 | 1 | -1/+35 | |
|\| | ||||||
| * | `qmk info`: Nicer rendering of big-ass enter (#16541) | Ryan | 2022-03-08 | 1 | -1/+35 | |
| | | | | | | | | | | * `qmk info`: Nicer rendering of big-ass enter * Formatting... | |||||
* | | Move Doxygen docs to subdirectory (#16561) | Ryan | 2022-03-07 | 1 | -3/+4 | |
| | | ||||||
* | | ChibiOS 21.11.1 update. (#16251) | Nick Brassel | 2022-03-07 | 2 | -0/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * ChibiOS 21.11.1 update. * `uf2-tinyuf2` => `tinyuf2` * Updated chibios-contrib, fixup preprocessor for tinyuf2 bootloader. * Fixup keychron L433 boards. * Makefile cleanup. * RISC-V build fixes. * Fixup RISC-V build. | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-03-05 | 1 | -25/+69 | |
|\| | ||||||
| * | `qmk info`: nicer rendering of ISO enter (#16466) | Ryan | 2022-03-05 | 1 | -25/+69 | |
| | | ||||||
* | | Map data driven `DESCRIPTION` as string literal (#16523) | Ryan | 2022-03-05 | 1 | -1/+1 | |
| | | ||||||
* | | Change data driven "str" type to represent a quoted string literal (#16516) | Ryan | 2022-03-04 | 3 | -5/+18 | |
| | | | | | | | | | | * Change data driven "str" type to represent a quoted string literal * Update docs |