summaryrefslogtreecommitdiff
path: root/lib/python/qmk/cli/generate/config_h.py
AgeCommit message (Expand)Author
2023-11-01Implement data driven lighting defaults (#21825)Joel Challis
2023-11-01Add dd mapping for hardware based split handedness (#22369)Joel Challis
2023-10-30Remove use of broken split.main (#22363)Joel Challis
2023-10-29Fix 'to_c' for config.h mappings (#22364)Joel Challis
2023-10-29Implement data driven dip switches (#22017)Joel Challis
2023-09-13Generate keymap.json config options more forcefully (#21960)Joel Challis
2023-04-07Avoid generating empty ENCODER_RESOLUTION (#20179)Joel Challis
2023-01-05Fix MATRIX_COLS and MATRIX_ROWS generation for custom matrix (#19508)Sergey Vlasov
2022-11-15Revert "Add pointing device support to data driven config (#18215)" (#19063)Drashna Jaelre
2022-11-14Add pointing device support to data driven config (#18215)Drashna Jaelre
2022-11-08Format DD mappings and schemas (#18924)Ryan
2022-10-20Add converter support to keymap.json (#18776)Joel Challis
2022-10-19Build correctly when out of tree (#18775)Joel Challis
2022-09-26Generate DD RGBLight/LED/RGB Matrix animation defines (#18459)Ryan
2022-09-21Normalise info_config.h define generation (#18439)Ryan
2022-08-28Handle escaping of manufacturer/product strings (#18194)Ryan
2022-07-11More DD encoder fixes (#17615)Joel Challis
2022-07-08Fix rgbkb/sol/rev2 build issues (#17601)Joel Challis
2022-06-20Allow encoder config from info.json (#17295)Joel Challis
2022-04-16Implement XAP 'secure' core requirements (#16843)Joel Challis
2022-03-21Extend 'qmk info' to handle keymap level overrides (#16702)Joel Challis
2022-03-18Merge remote-tracking branch 'origin/master' into developzvecr
2022-03-18[CLI] Add common util for dumping generated content (#16674)Joel Challis
2022-03-04Change data driven "str" type to represent a quoted string literal (#16516)Ryan
2022-02-27Fix issues with data driven split keyboards (#16457)Joel Challis
2022-01-17CLI: Parse USB device version BCD (#14580)Ryan
2021-09-27Cleanup issues identified by lgtm (#14459)Zach White
2021-08-18Add config.h and rules.mk support for data driven keymaps (#12859)Joel Challis
2021-08-16Add a lot more data to info.json (#13366)Zach White
2021-04-14Add support for tab completion (#12411)Zach White
2021-03-24Add support for qmk_configurator style aliases (#11954)Zach White
2021-02-28Fix generated file output while target exists (#12062)Joel Challis
2021-01-31Create a system to map between info.json and config.h/rules.mk (#11548)Zach White
2021-01-08fix bugs triggered by certain boardsZach White
2021-01-07fix rgblight propertiesZach White
2021-01-03fix keyboards with apostrophes in their namesZach White
2021-01-02Fix compiling on develop (#11409)Zach White
2020-12-30Configure keyboard matrix from info.json (#10817)Zach White