summaryrefslogtreecommitdiffstats
path: root/lib/python/qmk/cli/generate/config_h.py
Commit message (Expand)AuthorAgeFilesLines
* Fix MATRIX_COLS and MATRIX_ROWS generation for custom matrix (#19508)Sergey Vlasov2023-01-051-1/+1
* Revert "Add pointing device support to data driven config (#18215)" (#19063)Drashna Jaelre2022-11-151-13/+0
* Add pointing device support to data driven config (#18215)Drashna Jaelre2022-11-141-0/+13
* Format DD mappings and schemas (#18924)Ryan2022-11-081-1/+1
* Add converter support to keymap.json (#18776)Joel Challis2022-10-201-1/+1
* Build correctly when out of tree (#18775)Joel Challis2022-10-191-9/+15
* Generate DD RGBLight/LED/RGB Matrix animation defines (#18459)Ryan2022-09-261-0/+15
* Normalise info_config.h define generation (#18439)Ryan2022-09-211-83/+31
* Handle escaping of manufacturer/product strings (#18194)Ryan2022-08-281-1/+2
* More DD encoder fixes (#17615)Joel Challis2022-07-111-3/+5
* Fix rgbkb/sol/rev2 build issues (#17601)Joel Challis2022-07-081-3/+8
* Allow encoder config from info.json (#17295)Joel Challis2022-06-201-0/+29
* Implement XAP 'secure' core requirements (#16843)Joel Challis2022-04-161-1/+6
* 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-14/+4
|\
| * [CLI] Add common util for dumping generated content (#16674)Joel Challis2022-03-181-14/+4
* | Change data driven "str" type to represent a quoted string literal (#16516)Ryan2022-03-041-2/+7
|/
* Fix issues with data driven split keyboards (#16457)Joel Challis2022-02-271-16/+20
* CLI: Parse USB device version BCD (#14580)Ryan2022-01-171-0/+6
* Cleanup issues identified by lgtm (#14459)Zach White2021-09-271-1/+1
* Add config.h and rules.mk support for data driven keymaps (#12859)Joel Challis2021-08-181-16/+13
* Add a lot more data to info.json (#13366)Zach White2021-08-161-46/+94
* 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
* 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-185/+60
* fix bugs triggered by certain boardsZach White2021-01-081-3/+3
* fix rgblight propertiesZach White2021-01-071-3/+3
* fix keyboards with apostrophes in their namesZach White2021-01-031-2/+2
* Fix compiling on develop (#11409)Zach White2021-01-021-2/+2
* Configure keyboard matrix from info.json (#10817)Zach White2020-12-301-0/+277