summaryrefslogtreecommitdiffstats
path: root/quantum/template
AgeCommit message (Expand)AuthorFilesLines
2018-07-16Update template config.h with `#pragma once` (#3415)Evan Travers3-17/+3
2018-07-15Integrating Peter Fleury's HD44780 LCD library (#3209)Max Audron2-0/+29
2018-05-31Updated matrix.c for some PS2AVRGB boards and templates for new_project scrip...Kenneth Aloysius1-13/+19
2018-05-14update template copyrights to 2018 (#2962)MechMerlin7-8/+8
2018-05-10Support both AVR and ps2avrGB targets for new_project script (#2811)MechMerlin17-0/+793
2018-04-21Use QMK_KEYBOARD_H instead of the mykeyboard.h (#2780)MechMerlin1-1/+1
2018-04-06change KEYMAP to LAYOUT for all new keyboards made using this scriptmechmerlin2-2/+2
2017-11-02update template readmeJack Humbert1-2/+2
2017-11-02update qmk templateJack Humbert6-101/+25
2017-09-08Remove all Makefiles from the keyboards directory. (#1660)skullydazed1-6/+14
2017-08-11add description of new option to docs and add option (commented out) into tem...Balz Guenat1-0/+5
2017-06-25Fix #1135 by changing the default to at90usb1286skullY1-1/+1
2017-03-30Merge pull request #1184 from osamuaoki/masterJack Humbert1-1/+1
2017-03-29Typo fixOsamu Aoki1-1/+1
2017-03-29Clarify the quantum license (#1042)skullydazed7-6/+98
2017-03-02fix 'stop_all_notes' naming to be more consistentGabriel Young1-1/+1
2017-02-26Update size estimates in the MakefileGabriel Young1-1/+1
2017-02-26Update existing keymapsGabriel Young1-0/+3
2017-02-26Split MIDI functionality into MIDI_BASIC and MIDI_ADVANCEDGabriel Young1-0/+17
2017-02-20Document size added by MIDI_ENABLE (~3800 bytes according to my experiments)Gabriel Young2-2/+2
2017-02-20Allow customization of the number of tone keycodes and add example keymapGabriel Young1-0/+3
2017-02-13Implement faux-clicky featurePriyadi Iman Nurcahyo1-0/+1
2017-02-06Add new DIODE_DIRECTION optionNikolaus Wittenstein1-1/+1
2016-08-27Fix the keyboard template with new make syntaxFred Sundvik1-5/+5
2016-08-20Fix the template for the Makefile/rules.mk splitFred Sundvik2-74/+69
2016-07-07fixes quantum template (actually)Jack Humbert1-1/+1
2016-07-07corrects quantum templateJack Humbert1-1/+1
2016-06-24Backlight abstraction and other changes (#439)Jack Humbert9-116/+75
2016-06-22Renames keyboard folder to keyboards, adds couple of tmk's fixes (#432)Jack Humbert1-1/+1
2016-06-21updates all config.h and Makefiles to correct references, textJack Humbert1-39/+1
2016-06-18Cleans up quantum/keymap situation, removes extra lufa folders (#416)Jack Humbert1-1/+1
2016-06-11Makefile redo & other features (#395)Jack Humbert3-49/+4
2016-05-28updates quantum template to prevent backlight conflictsJack Humbert1-1/+1
2016-05-24Optimize matrix scanning (#343)Eric Tang1-8/+9
2016-05-15Leader key implementation (#326)Erez Zukerman2-4/+5
2016-04-30moves backlight functionality to keyboard files and updates template makefileJack Humbert3-15/+97
2016-03-30Updated several keyboard folders to use new keymap naming schemeNoah Andrews1-1/+1
2016-03-29Merge pull request #219 from IBNobody/masterJack Humbert1-11/+42
2016-03-29Minor Tweaks and DocumentationIBNobody1-11/+42
2016-03-28Merge pull request #214 from cdlm/action-hookJack Humbert2-6/+19
2016-03-28Add action-preprocessing hook to keyboard templateDamien Pollet2-6/+19
2016-03-28Magic Key Overrides / Keyboard Lock / Forced NKROIBNobody2-12/+58
2016-03-23Fixed extra semicolons.IBNobody1-8/+5
2016-03-23Merge remote-tracking branch 'refs/remotes/jackhumbert/master'IBNobody2-21/+12
2016-03-16Adding LED function pointersIBNobody2-5/+25
2016-03-10Addressed void* return warning in all keymapsyoyoerx2-18/+12
2016-03-04Remove extraneous commaNoah Andrews1-1/+1
2016-02-07README changesJack Humbert1-158/+2
2016-01-30missing fileJack Humbert1-0/+30
2016-01-24changes to the templateJack Humbert5-84/+14