summaryrefslogtreecommitdiffstats
path: root/data
Commit message (Collapse)AuthorAgeFilesLines
* Add support for qmk_configurator style aliases (#11954)Zach White2021-03-241-0/+443
| | | | | | | | | * Add support for qmk_configurator style aliases * add the keyboard aliases to the api data * add support for a keyboard metadata file * make flake8 happy
* Migrate make_dfu_header to CLI (#12061)Joel Challis2021-02-282-1/+27
| | | | | | | | | | | | | * Migrate make_dfu_header to CLI * lint fixes * Update lib/python/qmk/cli/generate/dfu_header.py Co-authored-by: Ryan <fauxpark@gmail.com> * Rename object Co-authored-by: Ryan <fauxpark@gmail.com>
* Fix compile errors (#12048)Zach White2021-02-271-1/+1
| | | | | * fix compile errors * fix broken json files
* Fix develop (#12039)Zach White2021-02-271-2/+10
| | | | | | | | | Fixes file encoding errors on Windows, and layouts not correctly merging into info.json. * force utf8 encoding * correctly merge layouts and layout aliases * show what aliases point to
* Add STM32G431 and STM32G474 board definitions. (#11793)Nick Brassel2021-02-061-1/+1
| | | | | * Add STM32G431 and STM32G474 board definitions. * Add docs.
* Create a system to map between info.json and config.h/rules.mk (#11548)Zach White2021-01-312-0/+57
| | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Adds AT90USB162 support (#11570)Dasky2021-01-291-1/+1
| | | | | | | | | | | * at90usb162 support * fix missing bracket * Apply suggestions from code review Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* Update list of MCUs in keyboard.jsonschema to mirror qmk.constants.py (#11688)Nick Brassel2021-01-251-1/+1
|
* Add support for specifying BOARD in info.json (#11492)Zach White2021-01-091-0/+5
| | | | | | | | | * add support for specifying BOARD in info.json * move BOARD from rules.mk to info.json for clueboard * fix keyboards that do not require board * remove out of compliance values
* Use the schema to eliminate custom code (#11108)Zach White2021-01-091-1/+1
| | | | | | | | | | | | | | | * use the schema to eliminate custom code * Update docs/reference_info_json.md Co-authored-by: Ryan <fauxpark@gmail.com> * make flake8 happy * bugfix * do not overwrite make vars from json Co-authored-by: Ryan <fauxpark@gmail.com>
* fix bugs triggered by certain boardsZach White2021-01-081-4/+30
|
* Revert "loosen up the schema to allow any pin format"Zach White2021-01-071-3/+6
| | | | This reverts commit e41762be64c170f42ab3f8aa6b7e3078e5895e92.
* loosen up the schema to allow any pin formatZach White2021-01-071-6/+3
|
* get qmk generate-api into a good stateZach White2021-01-071-0/+33
|
* add missing schemasZach White2021-01-074-0/+269