summaryrefslogtreecommitdiffstats
path: root/lib/python/qmk/cli/generate/rules_mk.py
Commit message (Expand)AuthorAgeFilesLines
* Format DD mappings and schemas (#18924)Ryan2022-11-081-1/+1
* Add converter support to keymap.json (#18776)Joel Challis2022-10-201-1/+6
* Build correctly when out of tree (#18775)Joel Challis2022-10-191-9/+15
* Extend 'qmk info' to handle keymap level overrides (#16702)Joel Challis2022-03-211-7/+3
* Merge remote-tracking branch 'origin/master' into developzvecr2022-03-181-10/+4
|\
| * [CLI] Add common util for dumping generated content (#16674)Joel Challis2022-03-181-10/+4
* | Change data driven "str" type to represent a quoted string literal (#16516)Ryan2022-03-041-1/+3
|/
* Fix issues with data driven split keyboards (#16457)Joel Challis2022-02-271-1/+1
* Remove `BOOTMAGIC_ENABLE = lite` option (#15002)James Young2021-11-051-6/+3
* Allow community layouts to be specified in info.json (#14682)Zach White2021-10-041-1/+1
* Add config.h and rules.mk support for data driven keymaps (#12859)Joel Challis2021-08-181-16/+14
* Add a lot more data to info.json (#13366)Zach White2021-08-161-0/+11
* Add support for tab completion (#12411)Zach White2021-04-141-2/+2
* Add support for qmk_configurator style aliases (#11954)Zach White2021-03-241-3/+5
* `qmk generate-rules-mk`: add `--escape` switch for makefile logic (#12101)Ryan2021-03-041-1/+5
* Fix generated file output while target exists (#12062)Joel Challis2021-02-281-2/+2
* Create a system to map between info.json and config.h/rules.mk (#11548)Zach White2021-01-311-24/+37
* Add support for specifying BOARD in info.json (#11492)Zach White2021-01-091-1/+3
* Use the schema to eliminate custom code (#11108)Zach White2021-01-091-5/+5
* make flake8 happyZach White2021-01-071-2/+3
* get qmk generate-api into a good stateZach White2021-01-071-3/+6
* validate keyboard data with jsonschemaZach White2021-01-071-0/+13
* Configure keyboard matrix from info.json (#10817)Zach White2020-12-301-0/+59