aboutsummaryrefslogtreecommitdiffstats
path: root/quantum/template/template.c
Commit message (Collapse)AuthorAgeFilesLines
* Support both AVR and ps2avrGB targets for new_project script (#2811)MechMerlin2018-05-101-43/+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
* 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
* 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-231-83/+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
* Leader key implementation (#326)Erez Zukerman2016-05-151-3/+4
| | | | | | | | | | | | | | | | | | | | * 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-0/+61
| | | | previously there were two backlight.c files (bad)
* Add action-preprocessing hook to keyboard templateDamien Pollet2016-03-281-4/+16
|
* Fixed extra semicolons.IBNobody2016-03-221-8/+5
| | | | Fixed extra semicolons.
* Merge remote-tracking branch 'refs/remotes/jackhumbert/master'IBNobody2016-03-221-18/+9
|\ | | | | | | | | | | # Conflicts: # quantum/template/template.c # quantum/template/template.h
| * Addressed void* return warning in all keymapsyoyoerx2016-03-101-16/+10
| |
* | Adding LED function pointersIBNobody2016-03-151-5/+24
|/
* new project scriptJack Humbert2015-10-271-0/+29