summaryrefslogtreecommitdiff
path: root/quantum/template/template.c
AgeCommit message (Collapse)Author
2017-03-28Clarify the quantum license (#1042)skullydazed
* 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
2016-07-07fixes quantum template (actually)Jack Humbert
2016-07-07corrects quantum templateJack Humbert
2016-06-23Backlight abstraction and other changes (#439)Jack Humbert
* 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
2016-05-15Leader key implementation (#326)Erez Zukerman
* 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
2016-04-29moves backlight functionality to keyboard files and updates template makefileJack Humbert
previously there were two backlight.c files (bad)
2016-03-28Add action-preprocessing hook to keyboard templateDamien Pollet
2016-03-22Fixed extra semicolons.IBNobody
Fixed extra semicolons.
2016-03-22Merge remote-tracking branch 'refs/remotes/jackhumbert/master'IBNobody
# Conflicts: # quantum/template/template.c # quantum/template/template.h
2016-03-15Adding LED function pointersIBNobody
2016-03-10Addressed void* return warning in all keymapsyoyoerx
2015-10-27new project scriptJack Humbert