| Commit message (Expand) | Author | Age | Files | Lines |
* | Changelog 2021q4 (#15325) | Nick Brassel | 2021-11-28 | 1 | -1/+1 |
* | [cli] Export list of `develop` PRs to be merged into `master` (#13944) | Nick Brassel | 2021-11-18 | 1 | -0/+119 |
* | Remove `BOOTMAGIC_ENABLE = lite` option (#15002) | James Young | 2021-11-05 | 1 | -6/+3 |
* | Map `PRODUCT` define to `keyboard_name` (#14372) | Ryan | 2021-11-05 | 1 | -1/+1 |
* | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-10-04 | 1 | -1/+1 |
|\ |
|
| * | Allow community layouts to be specified in info.json (#14682) | Zach White | 2021-10-04 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-09-27 | 4 | -4/+4 |
|\| |
|
| * | Cleanup issues identified by lgtm (#14459) | Zach White | 2021-09-27 | 4 | -4/+4 |
* | | compiledb: query include paths from gcc directly. (#14462) | Nick Brassel | 2021-09-20 | 1 | -2/+12 |
* | | New CLI subcommand to create clang-compatible compilation database (`compile_... | Bao | 2021-09-16 | 1 | -0/+123 |
|/ |
|
* | Add config.h and rules.mk support for data driven keymaps (#12859) | Joel Challis | 2021-08-18 | 3 | -37/+29 |
* | Add a lot more data to info.json (#13366) | Zach White | 2021-08-16 | 3 | -53/+138 |
* | CLI: Add subcommand to generate version.h (#13151) | Ryan | 2021-06-27 | 1 | -0/+28 |
* | Ensure that safe_commands always run (#13199) | Zach White | 2021-06-14 | 1 | -9/+0 |
* | 2021 May 29 Breaking Changes Update (#13034) | James Young | 2021-05-29 | 1 | -1/+3 |
* | search for the readme in higher directories as well (#12997) | Zach White | 2021-05-24 | 1 | -3/+3 |
* | Align our subprocess usage with current best practices. (#12940) | Zach White | 2021-05-19 | 1 | -6/+8 |
* | Improve our CI tests (#11476) | Zach White | 2021-05-10 | 1 | -12/+23 |
* | Fix unused import in recent generation code (#12781) | Joel Challis | 2021-05-02 | 1 | -1/+1 |
* | Allow <keyboard>.h to be optional when going data driven (#12706) | Joel Challis | 2021-05-01 | 2 | -0/+61 |
* | Add support for tab completion (#12411) | Zach White | 2021-04-14 | 5 | -9/+10 |
* | Add a `qmk format-json` command that will format JSON files (#12372) | Zach White | 2021-03-25 | 2 | -2/+2 |
* | [CI] Format code according to conventions (#12363) | github-actions[bot] | 2021-03-24 | 1 | -5/+5 |
* | Add support for qmk_configurator style aliases (#11954) | Zach White | 2021-03-24 | 5 | -27/+50 |
* | `qmk generate-rules-mk`: add `--escape` switch for makefile logic (#12101) | Ryan | 2021-03-04 | 1 | -1/+5 |
* | Migrate make_dfu_header to CLI (#12061) | Joel Challis | 2021-02-28 | 2 | -0/+60 |
* | Fix generated file output while target exists (#12062) | Joel Challis | 2021-02-28 | 4 | -7/+7 |
* | Fix develop (#12039) | Zach White | 2021-02-27 | 1 | -0/+4 |
* | Create a system to map between info.json and config.h/rules.mk (#11548) | Zach White | 2021-01-31 | 2 | -209/+97 |
* | Add support for specifying BOARD in info.json (#11492) | Zach White | 2021-01-09 | 1 | -1/+3 |
* | Use the schema to eliminate custom code (#11108) | Zach White | 2021-01-09 | 3 | -21/+41 |
* | typo fix | Zach White | 2021-01-08 | 1 | -1/+1 |
* | fix bugs triggered by certain boards | Zach White | 2021-01-08 | 1 | -3/+3 |
* | fix rgblight properties | Zach White | 2021-01-07 | 1 | -3/+3 |
* | make flake8 happy | Zach White | 2021-01-07 | 1 | -2/+3 |
* | get qmk generate-api into a good state | Zach White | 2021-01-07 | 2 | -4/+7 |
* | validate keyboard data with jsonschema | Zach White | 2021-01-07 | 2 | -1/+14 |
* | fix keyboards with apostrophes in their names | Zach White | 2021-01-03 | 1 | -2/+2 |
* | Fix broken keyboards (#11412) | Zach White | 2021-01-03 | 1 | -9/+10 |
* | Fix compiling on develop (#11409) | Zach White | 2021-01-02 | 1 | -2/+2 |
* | Configure keyboard matrix from info.json (#10817) | Zach White | 2020-12-30 | 6 | -6/+490 |
* | Change keyboard json format to bring it inline with the current api (#11231) | Zach White | 2020-12-19 | 1 | -1/+1 |
* | CLI-ify rgblight_breathing_table_calc.c (#11174) | Ryan | 2020-12-16 | 2 | -0/+80 |
* | CI: Add docs build and deploy workflow (#7448) | Joel Challis | 2020-11-10 | 2 | -0/+38 |
* | Generate api data on each push (#10609) | Zach White | 2020-10-25 | 2 | -0/+59 |