summaryrefslogtreecommitdiffstats
path: root/quantum/template/template.h
Commit message (Collapse)AuthorAgeFilesLines
* Support both AVR and ps2avrGB targets for new_project script (#2811)MechMerlin2018-05-101-34/+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
* change KEYMAP to LAYOUT for all new keyboards made using this scriptmechmerlin2018-04-051-1/+1
|
* Merge pull request #1184 from osamuaoki/masterJack Humbert2017-03-301-1/+1
|\ | | | | Update keymap.md to QMK
| * Typo fixOsamu Aoki2017-03-301-1/+1
| |
* | Clarify the quantum license (#1042)skullydazed2017-03-281-0/+15
|/ | | | | | | | | | * Clarify the license for files we have signoff on * Update against the currently signed off files * Remove unused and not clearly licensed headers * Replace an #endif I accidentally removed while resolving merge conflicts
* Backlight abstraction and other changes (#439)Jack Humbert2016-06-231-12/+1
| | | | | | | | | | | | | | | | | | | | * redoes matrix pins, abstracts backlight code for B5,6,7 * slimming down keyboard stuff, backlight breathing implemented * don't call backlight init when no pin * cleans up user/kb/quantum calls, keyboard files * fix pvc atomic * replaces CHANNEL with correct var in breathing * removes .hexs, updates readmes, updates template * cleans-up clueboards, readmes to lowercase * updates readme
* Cleans up quantum/keymap situation, removes extra lufa folders (#416)Jack Humbert2016-06-181-1/+1
| | | | | | | | | | | | | | | | * sorts out keycodes * move midi around * remove mbed * replaces keymap with qmk/keymap_common * fixes keymap.h * keymap, config, quantum rearrange * removes unneeded lufa stuff
* Leader key implementation (#326)Erez Zukerman2016-05-151-1/+1
| | | | | | | | | | | | | | | | | | | | * implements leader key for planck experimental * allows override of leader timeout * adds ability to use the leader key in seq * fixes leader keycode * adds chording prototype * fixes keycode detection * moves music mode to quantum.c * disables chording by default * updates process_action functions to return bool
* moves backlight functionality to keyboard files and updates template makefileJack Humbert2016-04-291-1/+4
| | | | previously there were two backlight.c files (bad)
* Add action-preprocessing hook to keyboard templateDamien Pollet2016-03-281-2/+3
|
* Merge remote-tracking branch 'refs/remotes/jackhumbert/master'IBNobody2016-03-221-3/+3
|\ | | | | | | | | | | # Conflicts: # quantum/template/template.c # quantum/template/template.h
| * Addressed void* return warning in all keymapsyoyoerx2016-03-101-2/+2
| |
* | Adding LED function pointersIBNobody2016-03-151-0/+1
|/
* Remove extraneous commaNoah Andrews2016-03-041-1/+1
|
* changes to the templateJack Humbert2016-01-231-8/+4
|
* new project scriptJack Humbert2015-10-271-0/+29