summaryrefslogtreecommitdiffstats
path: root/quantum/template/config.h
AgeCommit message (Collapse)AuthorFilesLines
2017-02-06Add new DIODE_DIRECTION optionNikolaus Wittenstein1-1/+1
The previous two options were COL2ROW, ROW2COL; this adds CUSTOM_MATRIX to disable the built-in matrix scanning code. Most notably, this obviates the need to set MATRIX_ROW_PINS or MATRIX_COL_PINS.
2016-06-24Backlight abstraction and other changes (#439)Jack Humbert1-1/+5
* 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-24Optimize matrix scanning (#343)Eric Tang1-8/+9
2016-03-29Minor Tweaks and DocumentationIBNobody1-11/+42
Fixed compiler warning by including bootloader.h in keymap_common.c. Changed FORCE_NKRO to only be applied if NKRO_ENABLE is defined. Added extra documentation to the template config.h
2016-03-28Magic Key Overrides / Keyboard Lock / Forced NKROIBNobody1-1/+46
Added Magic Key Overrides / Magic Key Cleanup / Added Keyboard Lock option to template / Added forced NKRO option to template (disabled by default)
2016-01-24changes to the templateJack Humbert1-4/+4
2015-10-27new project scriptJack Humbert1-0/+81