aboutsummaryrefslogtreecommitdiff
path: root/quantum/template/base/template.h
Commit message (Collapse)AuthorAgeFilesLines
* Prevent clang-format messing up placeholder tokens within keyboard templates ↵fauxpark2019-10-101-29/+0
| | | | | | | | | | (#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
* clang-format changesskullY2019-08-301-8/+2
|
* Add copyright year placeholders to new keyboard script (#6280)fauxpark2019-07-081-1/+1
| | | | | | * Add copyright year placeholders to new keyboard script * More copyright header tweaks
* Ask for your name when generating a new keyboard (#5214)fauxpark2019-02-261-1/+1
| | | | | | | | | | * Ask for your name when generating a new keyboard * Update docs * Apply suggestions from code review Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Optimize/Update the new_project script (#4920)MechMerlin2019-01-231-0/+35
* 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