summaryrefslogtreecommitdiffstats
path: root/quantum/template/base/keyboard.h
Commit message (Collapse)AuthorAgeFilesLines
* Update new keyboard templates (#9636)Ryan2020-07-151-2/+1
| | | | | | | * Update new keyboard templates * Switch on Bootmagic Lite by default * Remove MIDI_ENABLE and FAUXCLICKY_ENABLE
* Template updates (#7221)fauxpark2019-11-011-3/+4
| | | | | | | | | | * Template updates * Flesh out info.json & keymap.c, and turn double spaces section into a list * Add enum to demonstrate layer naming * Semicolon
* Prevent clang-format messing up placeholder tokens within keyboard templates ↵fauxpark2019-10-101-0/+35
(#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