You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Zach White ef6329af7c
Create a system to map between info.json and config.h/rules.mk (#11548)
* generate rules.mk from a json mapping

* generate rules.mk from a json mapping

* support for config.h from json maps

* improve the mapping system

* document the mapping system

* move data/maps to data/mappings

* fix flake8 errors

* fixup LED_MATRIX_DRIVER

* remove product and description from the vision_division keymap level

* reduce the complexity of generate-rules-mk

* add tests for the generate commands

* fix qmk doctor when submodules are not clean
5 years ago
..
chibios ChibiOS conf migrations... take 11 (#11646) 5 years ago
generate Create a system to map between info.json and config.h/rules.mk (#11548) 5 years ago
json CLI: update subcommands to use return instead of exit() (#10323) 5 years ago
list Generate api data on each push (#10609) 5 years ago
new CLI: update subcommands to use return instead of exit() (#10323) 5 years ago
__init__.py CI: Add workflow for codebase formatting (#7382) 5 years ago
c2json.py Configure keyboard matrix from info.json (#10817) 5 years ago
cformat.py Fix warning logic when running 'qmk format -a' (#11177) 5 years ago
clean.py CLI: Add `qmk clean` (#10785) 5 years ago
compile.py Improve the compile and flash subcommands (#11334) 5 years ago
config.py
docs.py
doctor.py Create a system to map between info.json and config.h/rules.mk (#11548) 5 years ago
fileformat.py `qmk fileformat`: only print complaints, and fix some of them (#11278) 5 years ago
flash.py Improve the compile and flash subcommands (#11334) 5 years ago
hello.py
info.py Configure keyboard matrix from info.json (#10817) 5 years ago
json2c.py [CLI] Add stdin support for json2c command (#11289) 5 years ago
kle2json.py Configure keyboard matrix from info.json (#10817) 5 years ago
lint.py New command: qmk lint (#10761) 5 years ago
pyformat.py
pytest.py