summaryrefslogtreecommitdiff
path: root/quantum/template/base/template.h
AgeCommit message (Collapse)Author
2019-10-10Prevent clang-format messing up placeholder tokens within keyboard templates ↵fauxpark
(#6790) * Use .template file extension for keyboard template files * Filter out .template files completely before passing to clang-format * Undo file extension stuff; just ignore quantum/template dir
2019-08-30clang-format changesskullY
2019-07-08Add copyright year placeholders to new keyboard script (#6280)fauxpark
* Add copyright year placeholders to new keyboard script * More copyright header tweaks
2019-02-26Ask for your name when generating a new keyboard (#5214)fauxpark
* Ask for your name when generating a new keyboard * Update docs * Apply suggestions from code review Co-Authored-By: fauxpark <fauxpark@gmail.com>
2019-01-23Optimize/Update the new_project script (#4920)MechMerlin
* use pragma once in our templates * template.h is present in both avr/ps2avrgb options so we moved it to base. In addition we now use pragma once