summaryrefslogtreecommitdiffstats
path: root/quantum/template/template.c
AgeCommit message (Collapse)AuthorFilesLines
2016-07-07fixes quantum template (actually)Jack Humbert1-1/+1
2016-07-07corrects quantum templateJack Humbert1-1/+1
2016-06-24Backlight abstraction and other changes (#439)Jack Humbert1-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
2016-05-15Leader key implementation (#326)Erez Zukerman1-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
2016-04-30moves backlight functionality to keyboard files and updates template makefileJack Humbert1-0/+61
previously there were two backlight.c files (bad)
2016-03-28Add action-preprocessing hook to keyboard templateDamien Pollet1-4/+16
2016-03-23Fixed extra semicolons.IBNobody1-8/+5
Fixed extra semicolons.
2016-03-23Merge remote-tracking branch 'refs/remotes/jackhumbert/master'IBNobody1-18/+9
# Conflicts: # quantum/template/template.c # quantum/template/template.h
2016-03-16Adding LED function pointersIBNobody1-5/+24
2016-03-10Addressed void* return warning in all keymapsyoyoerx1-16/+10
2015-10-27new project scriptJack Humbert1-0/+29