summaryrefslogtreecommitdiff
path: root/lib/python/qmk/cli/generate/rules_mk.py
AgeCommit message (Expand)Author
2023-09-13Generate keymap.json config options more forcefully (#21960)Joel Challis
2022-11-08Format DD mappings and schemas (#18924)Ryan
2022-10-20Add converter support to keymap.json (#18776)Joel Challis
2022-10-19Build correctly when out of tree (#18775)Joel Challis
2022-03-21Extend 'qmk info' to handle keymap level overrides (#16702)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-04Change data driven "str" type to represent a quoted string literal (#16516)Ryan
2022-02-27Fix issues with data driven split keyboards (#16457)Joel Challis
2021-11-05Remove `BOOTMAGIC_ENABLE = lite` option (#15002)James Young
2021-10-04Allow community layouts to be specified in info.json (#14682)Zach White
2021-08-18Add config.h and rules.mk support for data driven keymaps (#12859)Joel Challis
2021-08-16Add a lot more data to info.json (#13366)Zach White
2021-04-14Add support for tab completion (#12411)Zach White
2021-03-24Add support for qmk_configurator style aliases (#11954)Zach White
2021-03-04`qmk generate-rules-mk`: add `--escape` switch for makefile logic (#12101)Ryan
2021-02-28Fix generated file output while target exists (#12062)Joel Challis
2021-01-31Create a system to map between info.json and config.h/rules.mk (#11548)Zach White
2021-01-09Add support for specifying BOARD in info.json (#11492)Zach White
2021-01-09Use the schema to eliminate custom code (#11108)Zach White
2021-01-07make flake8 happyZach White
2021-01-07get qmk generate-api into a good stateZach White
2021-01-07validate keyboard data with jsonschemaZach White
2020-12-30Configure keyboard matrix from info.json (#10817)Zach White