summaryrefslogtreecommitdiff
path: root/lib/python/qmk/cli/generate
AgeCommit message (Collapse)Author
2022-11-15Revert "Add pointing device support to data driven config (#18215)" (#19063)Drashna Jaelre
2022-11-14Add pointing device support to data driven config (#18215)Drashna Jaelre
Co-authored-by: Joel Challis <git@zvecr.com>
2022-11-08Publish hjson files as json (#18996)Joel Challis
2022-11-08Format DD mappings and schemas (#18924)Ryan
2022-11-05Initial DD keycode migration (#18643)Joel Challis
* Initial DD keycode migration * Sort magic keycodes
2022-10-20Add converter support to keymap.json (#18776)Joel Challis
2022-10-19Build correctly when out of tree (#18775)Joel Challis
2022-09-26Generate DD RGBLight/LED/RGB Matrix animation defines (#18459)Ryan
2022-09-21Normalise 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-19Tidy 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-16Disconnect `usb.device_ver` (#18259)Ryan
2022-08-28Handle escaping of manufacturer/product strings (#18194)Ryan
2022-08-26Update LUFA submodule (#18168)Ryan
2022-08-06Publish data as part of API generation (#17020)Joel Challis
2022-07-11More DD encoder fixes (#17615)Joel Challis
2022-07-08Fix rgbkb/sol/rev2 build issues (#17601)Joel Challis
2022-06-26Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-06-27Fix error message in generated code (#17484)Joel Challis
2022-06-20Allow encoder config from info.json (#17295)Joel Challis
2022-06-18Additional schema fixes (#17414)Joel Challis
2022-05-16Data driven `g_led_config` (#16728)Joel Challis
2022-04-16Implement 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-30Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-03-30yapf: disable arithmetic predecence indication (#16749)Ryan
2022-03-21Extend 'qmk info' to handle keymap level overrides (#16702)Joel Challis
2022-03-18Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-03-18Relocate CLI git interactions (#16682)Joel Challis
2022-03-18Merge remote-tracking branch 'origin/master' into developzvecr
2022-03-18[CLI] Add common util for dumping generated content (#16674)Joel Challis
2022-03-07Move Doxygen docs to subdirectory (#16561)Ryan
2022-03-04Change 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-27Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-02-27Fix issues with data driven split keyboards (#16457)Joel Challis
2022-02-27Rework generate-api CLI command to use .build directory (#16441)Joel Challis
2022-02-23Changelog 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-22Merge remote-tracking branch 'upstream/master' into developfauxpark
2022-02-21Internal docs generation updates (#16411)Ryan
2022-02-05Skip categorisation of PR if it's only for code formatting. (#16215)Nick Brassel
2022-02-04Ensure `version.h` is recreated each build. (#16188)Nick Brassel
2022-01-17CLI: Parse USB device version BCD (#14580)Ryan
* CLI: Parse USB device version BCD * Apply suggestions
2021-12-29Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-12-30Fix compilation-database command under MSYS (#15652)Joel Challis
* Fix compilation-database command under MSYS * Add comment
2021-12-22Use the PR title rather than parsing the commit message. (#15537)Nick Brassel
2021-11-28Changelog 2021q4 (#15325)Nick Brassel
* Changelog. * Remove the asymmetric encoder PR from listing due to revert. * More docs * More docs * More docs * Links to changelog, updated schedule, slotted in 2 weeks of testing at the end so that there's no ambiguity with PR merge dates. * Clarify keyboard moves. * Fix dates * Sidebar * Fixup dates. * Fixup dates. * Wording.
2021-11-18[cli] Export list of `develop` PRs to be merged into `master` (#13944)Nick Brassel
* Add developer-only command for exporting the list of PRs associated with a merge to `develop`. * qmk pytest * Imports. * Remove dependencies from requirements file, manually handle. * Reduce complexity, qmk generate-api taking too long so relying on CI
2021-11-05Remove `BOOTMAGIC_ENABLE = lite` option (#15002)James Young
* remove BOOTMAGIC_ENABLE=lite setting * change keyboard BOOTMAGIC_ENABLE rules Edits keyboard-level instances of `BOOTMAGIC_ENABLE = lite` to `BOOTMAGIC_ENABLE = yes`. * change keyboard BOOTMAGIC_ENABLE inline comments Edits keyboard-level BOOTMAGIC_ENABLE inline comments to "Enable Bootmagic Lite". * change keymap BOOTMAGIC_ENABLE rules Edits keymap-level instances of `BOOTMAGIC_ENABLE = lite` to `BOOTMAGIC_ENABLE = yes`. * change keymap BOOTMAGIC_ENABLE inline comments Edits/adds keymap-level BOOTMAGIC_ENABLE inline comments to read "Enable Bootmagic Lite". * change layout/user BOOTMAGIC_ENABLE rules/comments Edits instances of `BOOTMAGIC_ENABLE = lite` to `BOOTMAGIC_ENABLE = yes`. Edits/adds keymap-level BOOTMAGIC_ENABLE inline comments to read "Enable Bootmagic Lite". * update non-rules.mk BOOTMAGIC_ENABLE references in keyboards/ * remove docs references to Full Bootmagic * convert data-driven Bootmagic Lite instances * remove Bootmagic Lite bodge from data-driven generation * Merge remote-tracking branch 'upstream/develop' into rm/bootmagic-full_q4a * update docs/ja/config_options.md per mtei * update docs/faq_misc.md per mtei Remove remaining Full Bootmagic reference.
2021-11-05Map `PRODUCT` define to `keyboard_name` (#14372)Ryan
* Map `PRODUCT` define to `keyboard_name` * Fix tests * Fix last test
2021-10-04Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-10-04Allow community layouts to be specified in info.json (#14682)Zach White
* move the community layout detection to python * fixup tests