summaryrefslogtreecommitdiffstats
path: root/quantum/template/template.h
AgeCommit message (Collapse)AuthorFilesLines
2017-03-30Merge pull request #1184 from osamuaoki/masterJack Humbert1-1/+1
Update keymap.md to QMK
2017-03-29Typo fixOsamu Aoki1-1/+1
2017-03-29Clarify the quantum license (#1042)skullydazed1-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
2016-06-24Backlight abstraction and other changes (#439)Jack Humbert1-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
2016-06-18Cleans up quantum/keymap situation, removes extra lufa folders (#416)Jack Humbert1-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
2016-05-15Leader key implementation (#326)Erez Zukerman1-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
2016-04-30moves backlight functionality to keyboard files and updates template makefileJack Humbert1-1/+4
previously there were two backlight.c files (bad)
2016-03-28Add action-preprocessing hook to keyboard templateDamien Pollet1-2/+3
2016-03-23Merge remote-tracking branch 'refs/remotes/jackhumbert/master'IBNobody1-3/+3
# Conflicts: # quantum/template/template.c # quantum/template/template.h
2016-03-16Adding LED function pointersIBNobody1-0/+1
2016-03-10Addressed void* return warning in all keymapsyoyoerx1-2/+2
2016-03-04Remove extraneous commaNoah Andrews1-1/+1
2016-01-24changes to the templateJack Humbert1-8/+4
2015-10-27new project scriptJack Humbert1-0/+29