summaryrefslogtreecommitdiffstats
path: root/docs/feature_layers.md
Commit message (Collapse)AuthorAgeFilesLines
* Fix typo (#21189)Pablo Martínez2023-06-091-1/+1
|
* Add layer-cycle example (#19069)Pablo Martínez2023-04-071-0/+48
| | | | Co-authored-by: Drashna Jaelre <drashna@live.com>
* Update documentation for LM(layer, mod) (#19284)precondition2023-02-111-1/+7
| | | | | * Update documentation for LM(layer, mod) * Move LM table to caveats section
* Small doc changes (#19601)Pablo Martínez2023-01-161-2/+2
|
* [Docs] Extract 'Layer Change Code' and EEPROM (#18174)coliss862022-09-191-3/+46
| | | | | | | | | | | * [Docs] Extract 'Layer Change Code' and EEPROM * adjust wording * Update docs/custom_quantum_functions.md Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Joel Challis <git@zvecr.com>
* Move tmk_core/common/<plat> (#13918)Joel Challis2021-11-191-1/+1
|
* Improve upon the 'Caveats' section of the Layers and Mod-Tap documentation ↵Purdea Andrei2021-03-251-3/+1
| | | | | | | | | | | | | | | | | | | | | | | | | (#12306) * Improve upon the 'Caveats' section of the Layers and Mod-Tap documentation * Update docs/mod_tap.md Co-authored-by: Ryan <fauxpark@gmail.com> * Update docs/feature_layers.md Co-authored-by: Ryan <fauxpark@gmail.com> * Update docs/mod_tap.md Co-authored-by: Ryan <fauxpark@gmail.com> * Added a line saying that remote desktop problems may also be mitigated by defining TAP_CODE_DELAY * Update docs/mod_tap.md Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* Redefine IS_LAYER_ON/OFF() as aliases for existing layer functions (#6352)Konstantin Đorđević2020-07-161-8/+7
| | | | | | | | | | | | | | | | | | * Add IS_LAYER_ON_STATE()/IS_LAYER_OFF_STATE() macros * Add docs for IS_LAYER_ON/OFF(_STATE) macros * Remove IS_LAYER_ON/OFF_STATE redefinition in userspace * Run clang-format on quantum/quantum.h * Redefine IS_LAYER_ON/OFF(_STATE) as aliases of existing layer functions Also update relevant doc entries. Needs testing to check if this breaks existing IS_LAYER_ON/OFF usage in certain edge cases (namely calling the macros with 0). * Reformat layer check function docs
* fixed the layer limit of LT() (#9492)shela2020-06-231-1/+1
|
* [Docs] Update layer documentation (#8371)Drashna Jaelre2020-03-211-0/+94
* [Docs] Update layer documentation * Add layer_state_cmp functions * Fix cut/copy/paste issue * Add id tags * Apply noroads corrections * Move Layers section to separate document * Fix ID tag for layers * Use better name for summary/side bar * Fix feature page linkage As well as a small spell error close by * Remove paper analogy for now