summaryrefslogtreecommitdiff
path: root/lib/python/qmk/cli/generate/rules_mk.py
AgeCommit message (Expand)AuthorFilesLines
2025-11-08Generate `CUSTOM_MATRIX = lite` without `matrix_pins.custom` (#25453)Joel Challis1-5/+4
2025-04-23Avoid duplication in generated community modules `rules.mk` (#25135)Joel Challis1-34/+2
2025-03-26[Modules] Provide access to current path in `rules.mk`. (#25061)Nick Brassel1-0/+2
2025-03-19Fixup MSYS + unix-style paths in Community Modules. (#25012)Nick Brassel1-2/+2
2025-02-26Community modules (#24848)Nick Brassel1-5/+41
2023-09-13Generate keymap.json config options more forcefully (#21960)Joel Challis1-10/+16
2022-11-08Format DD mappings and schemas (#18924)Ryan1-1/+1
2022-10-20Add converter support to keymap.json (#18776)Joel Challis1-1/+6
2022-10-19Build correctly when out of tree (#18775)Joel Challis1-9/+15
2022-03-21Extend 'qmk info' to handle keymap level overrides (#16702)Joel Challis1-7/+3
2022-03-18Merge remote-tracking branch 'origin/master' into developzvecr1-10/+4
2022-03-18[CLI] Add common util for dumping generated content (#16674)Joel Challis1-10/+4
2022-03-04Change data driven "str" type to represent a quoted string literal (#16516)Ryan1-1/+3
2022-02-27Fix issues with data driven split keyboards (#16457)Joel Challis1-1/+1
2021-11-05Remove `BOOTMAGIC_ENABLE = lite` option (#15002)James Young1-6/+3
2021-10-04Allow community layouts to be specified in info.json (#14682)Zach White1-1/+1
2021-08-18Add config.h and rules.mk support for data driven keymaps (#12859)Joel Challis1-16/+14
2021-08-16Add a lot more data to info.json (#13366)Zach White1-0/+11
2021-04-14Add support for tab completion (#12411)Zach White1-2/+2
2021-03-24Add support for qmk_configurator style aliases (#11954)Zach White1-3/+5
2021-03-04`qmk generate-rules-mk`: add `--escape` switch for makefile logic (#12101)Ryan1-1/+5
2021-02-28Fix generated file output while target exists (#12062)Joel Challis1-2/+2
2021-01-31Create a system to map between info.json and config.h/rules.mk (#11548)Zach White1-24/+37
2021-01-09Add support for specifying BOARD in info.json (#11492)Zach White1-1/+3
2021-01-09Use the schema to eliminate custom code (#11108)Zach White1-5/+5
2021-01-07make flake8 happyZach White1-2/+3
2021-01-07get qmk generate-api into a good stateZach White1-3/+6
2021-01-07validate keyboard data with jsonschemaZach White1-0/+13
2020-12-30Configure keyboard matrix from info.json (#10817)Zach White1-0/+59