aboutsummaryrefslogtreecommitdiffstats
path: root/quantum/template
Commit message (Expand)AuthorAgeFilesLines
* Ask for your name when generating a new keyboard (#5214)fauxpark2019-02-267-8/+8
* Remove CUSTOM_MATRIX option from diode direction (#5090)zvecr2019-02-181-1/+1
* Change Command keycode defaults to match corresponding Bootmagic codes (#5078)Konstantin Đorđević2019-02-171-5/+6
* Fix Command feature: use get_mods() instead of keyboard_report->mods (#4955)Konstantin Đorđević2019-01-272-2/+2
* Adds a default value for IS_COMMAND for COMMAND feature (#4301)Drashna Jaelre2019-01-262-5/+5
* Optimize/Update the new_project script (#4920)MechMerlin2019-01-232-42/+1
* Update Templates (stop living in the past, its 2019) (#4897)MechMerlin2019-01-208-8/+8
* Make quantum/split_common/serial.[ch] configurable (#4419)Takeshi ISHII2018-12-141-0/+5
* Turn off Mousekeys for several ps2avrGB keyboards (#4502)Drashna Jaelre2018-11-271-2/+2
* modify quantum/template/avr/config.h: add rgblight effect configurationsmtei2018-11-121-5/+18
* Add Bootmagic Lite to QMK (#4215)Drashna Jaelre2018-10-272-0/+7
* Updated templates for use by new_project.sh (#3783)noroadsleft2018-08-296-44/+65
* Update ps2avrgb readme (#3599)MechMerlin2018-08-092-0/+44
* Update templates used for new_project.sh (#3558)MechMerlin2018-08-033-6/+17
* Add #include "config_common.h" after #pragma once to config.h templates (#3444)noroadsleft2018-07-182-8/+12
* Update template config.h with `#pragma once` (#3415)Evan Travers2018-07-163-17/+3
* Integrating Peter Fleury's HD44780 LCD library (#3209)Max Audron2018-07-152-0/+29
* Updated matrix.c for some PS2AVRGB boards and templates for new_project scrip...Kenneth Aloysius2018-05-311-13/+19
* update template copyrights to 2018 (#2962)MechMerlin2018-05-137-8/+8
* Support both AVR and ps2avrGB targets for new_project script (#2811)MechMerlin2018-05-1017-0/+793
* Use QMK_KEYBOARD_H instead of the mykeyboard.h (#2780)MechMerlin2018-04-211-1/+1
* change KEYMAP to LAYOUT for all new keyboards made using this scriptmechmerlin2018-04-052-2/+2
* update template readmeJack Humbert2017-11-011-2/+2
* update qmk templateJack Humbert2017-11-016-101/+25
* Remove all Makefiles from the keyboards directory. (#1660)skullydazed2017-09-081-6/+14
* add description of new option to docs and add option (commented out) into tem...Balz Guenat2017-08-111-0/+5
* Fix #1135 by changing the default to at90usb1286skullY2017-06-241-1/+1
* Merge pull request #1184 from osamuaoki/masterJack Humbert2017-03-301-1/+1
|\
| * Typo fixOsamu Aoki2017-03-301-1/+1
* | Clarify the quantum license (#1042)skullydazed2017-03-287-6/+98
* | fix 'stop_all_notes' naming to be more consistentGabriel Young2017-03-021-1/+1
* | Update size estimates in the MakefileGabriel Young2017-02-251-1/+1
* | Update existing keymapsGabriel Young2017-02-251-0/+3
* | Split MIDI functionality into MIDI_BASIC and MIDI_ADVANCEDGabriel Young2017-02-251-0/+17
* | Document size added by MIDI_ENABLE (~3800 bytes according to my experiments)Gabriel Young2017-02-192-2/+2
* | Allow customization of the number of tone keycodes and add example keymapGabriel Young2017-02-191-0/+3
* | Implement faux-clicky featurePriyadi Iman Nurcahyo2017-02-131-0/+1
* | Add new DIODE_DIRECTION optionNikolaus Wittenstein2017-02-051-1/+1
|/
* Fix the keyboard template with new make syntaxFred Sundvik2016-08-271-5/+5
* Fix the template for the Makefile/rules.mk splitFred Sundvik2016-08-202-74/+69
* fixes quantum template (actually)Jack Humbert2016-07-071-1/+1
* corrects quantum templateJack Humbert2016-07-071-1/+1
* Backlight abstraction and other changes (#439)Jack Humbert2016-06-239-116/+75
* Renames keyboard folder to keyboards, adds couple of tmk's fixes (#432)Jack Humbert2016-06-211-1/+1
* updates all config.h and Makefiles to correct references, textJack Humbert2016-06-211-39/+1
* Cleans up quantum/keymap situation, removes extra lufa folders (#416)Jack Humbert2016-06-181-1/+1
* Makefile redo & other features (#395)Jack Humbert2016-06-113-49/+4
* updates quantum template to prevent backlight conflictsJack Humbert2016-05-281-1/+1
* Optimize matrix scanning (#343)Eric Tang2016-05-231-8/+9
* Leader key implementation (#326)Erez Zukerman2016-05-152-4/+5