summaryrefslogtreecommitdiffstats
path: root/quantum/template/base/info.json
Commit message (Collapse)AuthorAgeFilesLines
* Align some quantum sub-directories (#14134)Joel Challis2021-08-241-19/+0
| | | | | | | * Misc folder tidy * Review comments * Remove redundant entry
* Update new keyboard templates (#9636)Ryan2020-07-151-5/+6
| | | | | | | * Update new keyboard templates * Switch on Bootmagic Lite by default * Remove MIDI_ENABLE and FAUXCLICKY_ENABLE
* Template updates (#7221)fauxpark2019-11-011-0/+18
| | | | | | | | | | * Template updates * Flesh out info.json & keymap.c, and turn double spaces section into a list * Add enum to demonstrate layer naming * Semicolon
* Support both AVR and ps2avrGB targets for new_project script (#2811)MechMerlin2018-05-101-0/+0
* Stopping point at creating targets for new_project script * Add second argument for target * Add the ps2avrgb target * consider the case where the firmware type target is not valid * fix template files to be more generic * Code cleanup * Change variable name to be more descriptive * make avr the default * forgot to put the template files in * Take out useless comments * add usage info