aboutsummaryrefslogtreecommitdiffstats
path: root/docs/custom_quantum_functions.md
AgeCommit message (Collapse)Author
2018-10-13Fix Typo in Custom Quantum functions document (led_state) (#4129)Gravatar asakuno
*_LOCK   ↓ DEL
2018-10-01Add C hint to inline codeGravatar Yan-Fa Li
2018-10-01Add Function level EECONFIG code for EEPROM (#3084)Gravatar Drashna Jaelre
* Add Function level EEPROM configuration Add kb and user functions for EEPROM, and example of how to use it. * Bug fixes and demo * Additional cleanup * Add EEPROM reset macro to example * Forgot init function in list * Move eeconfig_init_quantum function to quantum.c and actually set default layer * See if removing weak quantum function fixes issue * Fix travis compile error * Remove ifdef blocks from EECONFIG so settings are always set * Fix for ARM EEPROM updates * Fix merge issues * Fix potential STM32 EEPROM issues
2018-07-11Replace gitter links with Discord. (#3368)Gravatar Fred Silberberg
2018-06-03Add Suspend functions (#3112)Gravatar Drashna Jaelre
* Add suspend functions * Disable RGB code if it's disabled * Add suspend code to ChibiOS for future compatibility * Add keyboard_init functions * Change where references so it will compile * Wrong command chained in wake up kb function * Fix non-feature file changes * Add documentation * Re-add matrix init docs * add rgblight code to example * Remove keyboard init stuff for separate PR
2018-03-24Fix custom functions documation for layer_state_set*Gravatar U-LANDSRAAD\drashna
2018-03-07Add layer_state_set_* to custom function listsGravatar U-LANDSRAAD\drashna
2018-03-07Examples should all use _user functions for consistencyGravatar U-LANDSRAAD\drashna
2017-12-20Fixed typoGravatar Hugo Gayosso
2017-12-17Added default case to process_record_userGravatar kamisamamizu
I tried using process_record_user and if I had to add the default case for it to compile.
2017-12-09Trim trailing whitespaceGravatar fauxpark
2017-12-09Fix some of the more obvious typosGravatar fauxpark
2017-12-09Convert all headings to Title CaseGravatar fauxpark
2017-11-30Fix internal links in docs/ (#2080)Gravatar Devin J. Pohly
One link in the summary (Modding your keyboard) referred to a page that was deleted; the rest have been updated to point to the new names.
2017-07-23Fix minor formatting issue.Gravatar Joe Wasson
2017-07-03Update a bunch of docsGravatar skullY
2017-06-30reduce the TOC scopeGravatar skullY
2017-06-30tweak page-toc settingsGravatar skullY
2017-06-30Adjust headings to make navigator happierGravatar skullY
2017-06-29Fixup the gitbook configGravatar skullY
2017-06-29Add some gitboot pluginsGravatar skullY
2017-06-29Polish up custom_quantum_functionsGravatar skullY
2017-06-10convert docs to lowercase and underscoresGravatar Jack Humbert