summaryrefslogtreecommitdiff
path: root/lib/python/qmk/cli/generate/keyboard_h.py
AgeCommit message (Collapse)Author
2023-03-27Custom keycodes in JSON (#19925)Joel Challis
2023-02-10Typographic updates to source generation (#19160)Jouke Witteveen
2022-09-19Tidy up LAYOUT macro generation (#18262)Joel Challis
2022-06-27Fix error message in generated code (#17484)Joel Challis
2022-03-18[CLI] Add common util for dumping generated content (#16674)Joel Challis
2021-09-27Cleanup issues identified by lgtm (#14459)Zach White
* cleanup issues identified by lgtm * fix the git_status check
2021-08-18Add config.h and rules.mk support for data driven keymaps (#12859)Joel Challis
* Add config.h and rules.mk support for data driven keymaps * tidy up after rebase * Rename key as it can contain more than just keyboard overrides * tidy up after rebase * Add validation
2021-05-02Fix unused import in recent generation code (#12781)Joel Challis
2021-05-01Allow <keyboard>.h to be optional when going data driven (#12706)Joel Challis
* Allow <keyboard>.h to be optional when going data driven * Remove stub files as no longer required * Rename function * Remove include of layouts.h for now * Take advantage of type=keyboard_folder * Take advantage of type=keyboard_folder - kb should still be mandatory