summaryrefslogtreecommitdiffstats
path: root/lib/python/qmk/cli/generate/keyboard_h.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix unused import in recent generation code (#12781)Joel Challis2021-05-021-1/+1
|
* Allow <keyboard>.h to be optional when going data driven (#12706)Joel Challis2021-05-011-0/+60
* 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