| Commit message (Expand) | Author | Age | Files | Lines |
* | Updated templates for use by new_project.sh (#3783) | noroadsleft | 2018-08-29 | 6 | -44/+65 |
* | Update ps2avrgb readme (#3599) | MechMerlin | 2018-08-09 | 2 | -0/+44 |
* | Update templates used for new_project.sh (#3558) | MechMerlin | 2018-08-03 | 3 | -6/+17 |
* | Add #include "config_common.h" after #pragma once to config.h templates (#3444) | noroadsleft | 2018-07-18 | 2 | -8/+12 |
* | Update template config.h with `#pragma once` (#3415) | Evan Travers | 2018-07-16 | 3 | -17/+3 |
* | Integrating Peter Fleury's HD44780 LCD library (#3209) | Max Audron | 2018-07-15 | 2 | -0/+29 |
* | Updated matrix.c for some PS2AVRGB boards and templates for new_project scrip... | Kenneth Aloysius | 2018-05-31 | 1 | -13/+19 |
* | update template copyrights to 2018 (#2962) | MechMerlin | 2018-05-13 | 7 | -8/+8 |
* | Support both AVR and ps2avrGB targets for new_project script (#2811) | MechMerlin | 2018-05-10 | 17 | -0/+793 |
* | Use QMK_KEYBOARD_H instead of the mykeyboard.h (#2780) | MechMerlin | 2018-04-21 | 1 | -1/+1 |
* | change KEYMAP to LAYOUT for all new keyboards made using this script | mechmerlin | 2018-04-05 | 2 | -2/+2 |
* | update template readme | Jack Humbert | 2017-11-01 | 1 | -2/+2 |
* | update qmk template | Jack Humbert | 2017-11-01 | 6 | -101/+25 |
* | Remove all Makefiles from the keyboards directory. (#1660) | skullydazed | 2017-09-08 | 1 | -6/+14 |
* | add description of new option to docs and add option (commented out) into tem... | Balz Guenat | 2017-08-11 | 1 | -0/+5 |
* | Fix #1135 by changing the default to at90usb1286 | skullY | 2017-06-24 | 1 | -1/+1 |
* | Merge pull request #1184 from osamuaoki/master | Jack Humbert | 2017-03-30 | 1 | -1/+1 |
|\ |
|
| * | Typo fix | Osamu Aoki | 2017-03-30 | 1 | -1/+1 |
* | | Clarify the quantum license (#1042) | skullydazed | 2017-03-28 | 7 | -6/+98 |
* | | fix 'stop_all_notes' naming to be more consistent | Gabriel Young | 2017-03-02 | 1 | -1/+1 |
* | | Update size estimates in the Makefile | Gabriel Young | 2017-02-25 | 1 | -1/+1 |
* | | Update existing keymaps | Gabriel Young | 2017-02-25 | 1 | -0/+3 |
* | | Split MIDI functionality into MIDI_BASIC and MIDI_ADVANCED | Gabriel Young | 2017-02-25 | 1 | -0/+17 |
* | | Document size added by MIDI_ENABLE (~3800 bytes according to my experiments) | Gabriel Young | 2017-02-19 | 2 | -2/+2 |
* | | Allow customization of the number of tone keycodes and add example keymap | Gabriel Young | 2017-02-19 | 1 | -0/+3 |
* | | Implement faux-clicky feature | Priyadi Iman Nurcahyo | 2017-02-13 | 1 | -0/+1 |
* | | Add new DIODE_DIRECTION option | Nikolaus Wittenstein | 2017-02-05 | 1 | -1/+1 |
|/ |
|
* | Fix the keyboard template with new make syntax | Fred Sundvik | 2016-08-27 | 1 | -5/+5 |
* | Fix the template for the Makefile/rules.mk split | Fred Sundvik | 2016-08-20 | 2 | -74/+69 |
* | fixes quantum template (actually) | Jack Humbert | 2016-07-07 | 1 | -1/+1 |
* | corrects quantum template | Jack Humbert | 2016-07-07 | 1 | -1/+1 |
* | Backlight abstraction and other changes (#439) | Jack Humbert | 2016-06-23 | 9 | -116/+75 |
* | Renames keyboard folder to keyboards, adds couple of tmk's fixes (#432) | Jack Humbert | 2016-06-21 | 1 | -1/+1 |
* | updates all config.h and Makefiles to correct references, text | Jack Humbert | 2016-06-21 | 1 | -39/+1 |
* | Cleans up quantum/keymap situation, removes extra lufa folders (#416) | Jack Humbert | 2016-06-18 | 1 | -1/+1 |
* | Makefile redo & other features (#395) | Jack Humbert | 2016-06-11 | 3 | -49/+4 |
* | updates quantum template to prevent backlight conflicts | Jack Humbert | 2016-05-28 | 1 | -1/+1 |
* | Optimize matrix scanning (#343) | Eric Tang | 2016-05-23 | 1 | -8/+9 |
* | Leader key implementation (#326) | Erez Zukerman | 2016-05-15 | 2 | -4/+5 |
* | moves backlight functionality to keyboard files and updates template makefile | Jack Humbert | 2016-04-29 | 3 | -15/+97 |
* | Updated several keyboard folders to use new keymap naming scheme | Noah Andrews | 2016-03-29 | 1 | -1/+1 |
* | Merge pull request #219 from IBNobody/master | Jack Humbert | 2016-03-28 | 1 | -11/+42 |
|\ |
|
| * | Minor Tweaks and Documentation | IBNobody | 2016-03-28 | 1 | -11/+42 |
* | | Merge pull request #214 from cdlm/action-hook | Jack Humbert | 2016-03-28 | 2 | -6/+19 |
|\ \
| |/
|/| |
|
| * | Add action-preprocessing hook to keyboard template | Damien Pollet | 2016-03-28 | 2 | -6/+19 |
* | | Magic Key Overrides / Keyboard Lock / Forced NKRO | IBNobody | 2016-03-28 | 2 | -12/+58 |
|/ |
|
* | Fixed extra semicolons. | IBNobody | 2016-03-22 | 1 | -8/+5 |
* | Merge remote-tracking branch 'refs/remotes/jackhumbert/master' | IBNobody | 2016-03-22 | 2 | -21/+12 |
|\ |
|
| * | Addressed void* return warning in all keymaps | yoyoerx | 2016-03-10 | 2 | -18/+12 |
* | | Adding LED function pointers | IBNobody | 2016-03-15 | 2 | -5/+25 |
|/ |
|