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
..
cli Create a system to map between info.json and config.h/rules.mk (#11548) 5 years ago
os_helpers Adds AT90USB162 support (#11570) 5 years ago
tests Create a system to map between info.json and config.h/rules.mk (#11548) 5 years ago
__init__.py
c_parse.py remove extraneous comment 5 years ago
commands.py Fix QMK_BUILDDATE (#11641) 5 years ago
comment_remover.py [CLI] Add a subcommand for getting information about a keyboard (#8666) 6 years ago
constants.py Create a system to map between info.json and config.h/rules.mk (#11548) 5 years ago
converter.py
datetime.py Generate api data on each push (#10609) 5 years ago
decorators.py Generate api data on each push (#10609) 5 years ago
errors.py
info.py Create a system to map between info.json and config.h/rules.mk (#11548) 5 years ago
info_json_encoder.py Configure keyboard matrix from info.json (#10817) 5 years ago
keyboard.py `qmk info`: Add `--ascii` flag (#10793) 5 years ago
keymap.py [CLI] Add stdin support for json2c command (#11289) 5 years ago
makefile.py [CLI] Add a subcommand for getting information about a keyboard (#8666) 6 years ago
math.py [CLI] Add a subcommand for getting information about a keyboard (#8666) 6 years ago
path.py New command: qmk lint (#10761) 5 years ago
submodules.py