Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-02-02 | Add commit info to `version.h` (#19542) | Pablo Martínez | |
* 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> | |||
2023-01-30 | Merge remote-tracking branch 'upstream/master' into develop | fauxpark | |
2023-01-30 | Clean up `qmk generate-autocorrect-data` (#19710) | Ryan | |
2023-01-20 | Publish keymap.json to API (#19167) | Joel Challis | |
2023-01-11 | Fix CLI community detection (#19562) | Joel Challis | |
2023-01-05 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2023-01-05 | Fix MATRIX_COLS and MATRIX_ROWS generation for custom matrix (#19508) | Sergey Vlasov | |
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. | |||
2022-12-23 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2022-12-23 | Minor alignment of rgb_breathe_table generator (#19403) | Joel Challis | |
2022-12-21 | Remaining DD keymap_extras migration (#19110) | Joel Challis | |
* Parse headers to data * Regen headers from data | |||
2022-12-15 | [Test] Reset timer for every unit test and provide timestamps for log ↵ | Stefan Kerkmann | |
messages (#17028) | |||
2022-12-09 | Initial uk+us DD keymap_extras migration (#19031) | Joel Challis | |
2022-11-23 | Publish constants metadata to API (#19143) | Joel Challis | |
* Publish metadata * Ensure content is sorted | |||
2022-11-15 | Revert "Add pointing device support to data driven config (#18215)" (#19063) | Drashna Jaelre | |
2022-11-14 | Add pointing device support to data driven config (#18215) | Drashna Jaelre | |
Co-authored-by: Joel Challis <git@zvecr.com> | |||
2022-11-08 | Publish hjson files as json (#18996) | Joel Challis | |
2022-11-08 | Format DD mappings and schemas (#18924) | Ryan | |
2022-11-05 | Initial DD keycode migration (#18643) | Joel Challis | |
* Initial DD keycode migration * Sort magic keycodes | |||
2022-10-20 | Add converter support to keymap.json (#18776) | Joel Challis | |
2022-10-19 | Build correctly when out of tree (#18775) | Joel Challis | |
2022-09-26 | Generate DD RGBLight/LED/RGB Matrix animation defines (#18459) | Ryan | |
2022-09-21 | Normalise info_config.h define generation (#18439) | Ryan | |
* Normalise info_config.h define generation * format * Fix tests * Update lib/python/qmk/cli/generate/config_h.py Co-authored-by: Nick Brassel <nick@tzarc.org> Co-authored-by: Nick Brassel <nick@tzarc.org> | |||
2022-09-19 | Tidy up LAYOUT macro generation (#18262) | Joel Challis | |
2022-09-17 | [Core] Add getreuer's Autocorrect feature to core (#15699) | Drashna Jaelre | |
Co-authored-by: Albert Y <76888457+filterpaper@users.noreply.github.com> | |||
2022-09-16 | Disconnect `usb.device_ver` (#18259) | Ryan | |
2022-08-28 | Handle escaping of manufacturer/product strings (#18194) | Ryan | |
2022-08-26 | Update LUFA submodule (#18168) | Ryan | |
2022-08-06 | Publish data as part of API generation (#17020) | Joel Challis | |
2022-07-11 | More DD encoder fixes (#17615) | Joel Challis | |
2022-07-08 | Fix rgbkb/sol/rev2 build issues (#17601) | Joel Challis | |
2022-06-26 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2022-06-27 | Fix error message in generated code (#17484) | Joel Challis | |
2022-06-20 | Allow encoder config from info.json (#17295) | Joel Challis | |
2022-06-18 | Additional schema fixes (#17414) | Joel Challis | |
2022-05-16 | Data driven `g_led_config` (#16728) | Joel Challis | |
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-03-30 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2022-03-30 | yapf: disable arithmetic predecence indication (#16749) | Ryan | |
2022-03-21 | Extend 'qmk info' to handle keymap level overrides (#16702) | Joel Challis | |
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-07 | Move Doxygen docs to subdirectory (#16561) | 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-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-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 'upstream/master' into develop | fauxpark | |