Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add force support to 'qmk git-submodule' (#19705) | Joel Challis | 2023-03-27 | 1 | -3/+18 |
| | |||||
* | Strip API specific output from `qmk info` (#20234) | Joel Challis | 2023-03-23 | 1 | -0/+27 |
| | |||||
* | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2023-03-16 | 3 | -89/+26 |
|\ | |||||
| * | Add `qmk find` command, reuse logic for `qmk mass-compile`. (#20139) | Nick Brassel | 2023-03-16 | 3 | -89/+26 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2023-03-14 | 1 | -1/+1 |
|\| | |||||
| * | Let's use workflows to parallelise the builds. (#20120) | Nick Brassel | 2023-03-15 | 1 | -1/+1 |
| | | | | | | | | | | | | | | * Let's use workflows to parallelise the builds. * Nofail if files aren't present. * Formatting. | ||||
* | | Remove some use of keymap.h (#19980) | Joel Challis | 2023-03-03 | 1 | -1/+1 |
|/ | |||||
* | Add `mass-compile` ability to filter by key existence. (#19885) | Nick Brassel | 2023-02-18 | 1 | -3/+10 |
| | |||||
* | Tidy up use of keycode range helpers (#19813) | Joel Challis | 2023-02-12 | 1 | -0/+2 |
| | |||||
* | Typographic updates to source generation (#19160) | Jouke Witteveen | 2023-02-10 | 2 | -23/+22 |
| | |||||
* | Tidy up use of keycode range helpers (#19756) | Joel Challis | 2023-02-10 | 1 | -1/+9 |
| | |||||
* | Add commit info to `version.h` (#19542) | Pablo Martínez | 2023-02-02 | 1 | -3/+10 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Initial commit * Fix import order * Fix deleted code instead of debug print line * Format * Update lib/python/qmk/cli/generate/version_h.py Co-authored-by: Ryan <fauxpark@gmail.com> * Renaming * Update lib/python/qmk/cli/generate/version_h.py Co-authored-by: Joel Challis <git@zvecr.com> * Update lib/python/qmk/git.py Co-authored-by: Joel Challis <git@zvecr.com> --------- Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Joel Challis <git@zvecr.com> | ||||
* | Merge remote-tracking branch 'upstream/master' into develop | fauxpark | 2023-01-30 | 1 | -43/+39 |
|\ | |||||
| * | Clean up `qmk generate-autocorrect-data` (#19710) | Ryan | 2023-01-30 | 1 | -43/+39 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2023-01-24 | 1 | -1/+1 |
|\| | |||||
| * | escaped stray backslash in bux.py (#19667) | Natan-P | 2023-01-24 | 1 | -1/+1 |
| | | |||||
* | | Publish keymap.json to API (#19167) | Joel Challis | 2023-01-20 | 1 | -17/+32 |
| | | |||||
* | | Print distro in doctor output (#19633) | Joel Challis | 2023-01-19 | 3 | -8/+41 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2023-01-19 | 1 | -0/+23 |
|\| | |||||
| * | Fixup ChibiOS header inclusion search ordering. (#19623) | Nick Brassel | 2023-01-19 | 1 | -0/+23 |
| | | | | | | | | | | | | | | | | * Add STM32F446-Nucleo onekey. * Fixup onekey build for F446, all keymaps. * Fixup board inclusion search ordering. | ||||
* | | `qmk compile`/`qmk flash` - Validate keymap argument (#19530) | Joel Challis | 2023-01-19 | 2 | -2/+32 |
| | | |||||
* | | Remove CLI commands: `multibuild`, `cformat`, `fileformat`, `pyformat`. (#19629) | Nick Brassel | 2023-01-19 | 5 | -185/+0 |
| | | |||||
* | | Remove `make all-<platform>` build targets (#19496) | Joel Challis | 2023-01-19 | 2 | -2/+2 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2023-01-18 | 1 | -4/+8 |
|\| | |||||
| * | Allow for wildcard filtering in `qmk mass-compile` (#19625) | Nick Brassel | 2023-01-18 | 1 | -4/+8 |
| | | |||||
* | | Fix CLI community detection (#19562) | Joel Challis | 2023-01-11 | 1 | -0/+6 |
| | | |||||
* | | `qmk doctor` - Handle timeouts while checking binaries (#19549) | Joel Challis | 2023-01-09 | 2 | -33/+46 |
| | | |||||
* | | Handle doctor permission issues while checking udev (#19548) | Joel Challis | 2023-01-09 | 1 | -4/+7 |
| | | |||||
* | | Migrate submodule dirty check to CLI (#19488) | Joel Challis | 2023-01-06 | 1 | -1/+17 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2023-01-05 | 1 | -1/+1 |
|\| | |||||
| * | Fix MATRIX_COLS and MATRIX_ROWS generation for custom matrix (#19508) | Sergey Vlasov | 2023-01-05 | 1 | -1/+1 |
| | | | | | | | | | | | | The code which generated the MATRIX_COLS and MATRIX_ROWS defines from the JSON information was checking the presence of the `matrix_pins` key, which may not exist if a custom matrix is used. Check the presence of `matrix_size` instead. | ||||
* | | Merge remote-tracking branch 'origin/master' into develop | zvecr | 2023-01-04 | 2 | -1/+167 |
|\| | |||||
| * | Add `qmk mass-compile`, which intends to supercede `qmk multibuild` whilst ↵ | Nick Brassel | 2023-01-04 | 2 | -0/+166 |
| | | | | | | | | providing support for filtering as per data-driven definitions. (#18971) | ||||
* | | Replace list_keyboards.sh with CLI calls (#19485) | Joel Challis | 2023-01-03 | 1 | -1/+2 |
| | | |||||
* | | Migrate 'make git-submodule' to CLI command (#19479) | Joel Challis | 2023-01-03 | 3 | -0/+23 |
| | | |||||
* | | Report submodule status when not valid work-tree (#19474) | Joel Challis | 2023-01-03 | 2 | -3/+1 |
| | | |||||
* | | Allow CLI to flash .uf2 files (#19462) | Joel Challis | 2023-01-01 | 1 | -21/+25 |
| | | |||||
* | | Validate keyboard name before accepting further input (#19394) | jack | 2022-12-23 | 1 | -5/+5 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-12-23 | 1 | -25/+24 |
|\| | |||||
| * | Minor alignment of rgb_breathe_table generator (#19403) | Joel Challis | 2022-12-23 | 1 | -25/+24 |
| | | |||||
* | | Remaining DD keymap_extras migration (#19110) | Joel Challis | 2022-12-21 | 1 | -3/+4 |
| | | | | | | | | | | * Parse headers to data * Regen headers from data | ||||
* | | [Test] Reset timer for every unit test and provide timestamps for log ↵ | Stefan Kerkmann | 2022-12-15 | 2 | -0/+40 |
| | | | | | | | | messages (#17028) | ||||
* | | Initial uk+us DD keymap_extras migration (#19031) | Joel Challis | 2022-12-09 | 2 | -1/+62 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-12-08 | 1 | -0/+34 |
|\| | |||||
| * | Add lint check for keyboard/keymap license header (#19215) | Joel Challis | 2022-12-09 | 1 | -0/+34 |
| | | |||||
* | | Align new-keymap with new-keyboard (#19229) | Joel Challis | 2022-12-03 | 1 | -17/+39 |
| | | |||||
* | | Automate "Data Driven" migrations (#17820) | Joel Challis | 2022-11-30 | 2 | -0/+82 |
|/ | |||||
* | Publish constants metadata to API (#19143) | Joel Challis | 2022-11-23 | 1 | -0/+20 |
| | | | | | * Publish metadata * Ensure content is sorted | ||||
* | Revert "Add pointing device support to data driven config (#18215)" (#19063) | Drashna Jaelre | 2022-11-15 | 1 | -13/+0 |
| | |||||
* | Add pointing device support to data driven config (#18215) | Drashna Jaelre | 2022-11-14 | 1 | -0/+13 |
| | | | Co-authored-by: Joel Challis <git@zvecr.com> |