summaryrefslogtreecommitdiff
path: root/lib/python/qmk/cli/generate
AgeCommit message (Collapse)Author
2023-05-20`qmk format-json`: Expose full key path and respect `sort_keys` (#20836)Ryan
2023-05-20Fix English word list retrieval in qmk generate-autocorrect-data (#20915)Peter
2023-05-15Merge remote-tracking branch 'upstream/master' into developNick Brassel
2023-05-15Generate `make` dependency file during build for info.json's etc. (#20451)Nick Brassel
2023-04-09Merge remote-tracking branch 'origin/master' into developQMK Bot
2023-04-09Add autocomplete to generate-compilation-database (#20387)Dasky
2023-04-07Merge remote-tracking branch 'origin/master' into developQMK Bot
2023-04-07Avoid generating empty ENCODER_RESOLUTION (#20179)Joel Challis
2023-03-29Merge remote-tracking branch 'origin/master' into developQMK Bot
2023-03-29Minify content published to API (#20285)Joel Challis
2023-03-27Custom keycodes in JSON (#19925)Joel Challis
2023-03-03Remove some use of keymap.h (#19980)Joel Challis
2023-02-12Tidy up use of keycode range helpers (#19813)Joel Challis
2023-02-10Typographic updates to source generation (#19160)Jouke Witteveen
2023-02-10Tidy up use of keycode range helpers (#19756)Joel Challis
2023-02-02Add 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-30Merge remote-tracking branch 'upstream/master' into developfauxpark
2023-01-30Clean up `qmk generate-autocorrect-data` (#19710)Ryan
2023-01-20Publish keymap.json to API (#19167)Joel Challis
2023-01-11Fix CLI community detection (#19562)Joel Challis
2023-01-05Merge remote-tracking branch 'origin/master' into developQMK Bot
2023-01-05Fix 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-23Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-12-23Minor alignment of rgb_breathe_table generator (#19403)Joel Challis
2022-12-21Remaining 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-09Initial uk+us DD keymap_extras migration (#19031)Joel Challis
2022-11-23Publish constants metadata to API (#19143)Joel Challis
* Publish metadata * Ensure content is sorted
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