summaryrefslogtreecommitdiff
path: root/docs/feature_layers.md
AgeCommit message (Collapse)AuthorFilesLines
2025-09-09docs: fix misspellings (#25555)François Magimel1-23/+23
* docs: fix misspellings * docs: do line breaks with HTML instead of spaces To remove trailing spaces and to avoid breaking things, line breaks can be done with the HTML br tag.
2024-11-23[Feature] Add keycode PDF(layer) to set the default layer in EEPROM (#24630)Joel Challis1-1/+2
* [Feature] Add keycode PDF(layer) to set the default layer in EEPROM (#21881) * Apply suggestions from code review Co-authored-by: Nick Brassel <nick@tzarc.org> --------- Co-authored-by: Nebuleon <2391500+Nebuleon@users.noreply.github.com> Co-authored-by: Nick Brassel <nick@tzarc.org>
2024-11-21[Core] Add Layer Lock feature (#23430)Drashna Jaelre1-0/+3
Co-authored-by: Daniel <1767914+iamdanielv@users.noreply.github.com> Co-authored-by: Pascal Getreuer <getreuer@google.com> Co-authored-by: Pascal Getreuer <50221757+getreuer@users.noreply.github.com>
2024-10-06Add easier way to set default single layer (#24376)Andre Brait1-0/+1
* Add set_single_default_layer to match set_single_persistent_default_layer * Implements exactly the same behavior, except the write to EEPROM
2024-06-02[docs] Organize driver & feature docs into subfolders (#23848)Ryan1-2/+2
Co-authored-by: Nick Brassel <nick@tzarc.org>
2024-05-30Vitepress conversion of docs. (#23795)Nick Brassel1-17/+19
2023-07-03Changed interverts to inverts (#21270)Tim Stewart1-1/+1
* Changed interverts to inverts * fixed spacing issue Co-authored-by: Joel Challis <git@zvecr.com> --------- Co-authored-by: Joel Challis <git@zvecr.com>
2023-06-09Fix typo (#21189)Pablo Martínez1-1/+1
2023-04-07Add layer-cycle example (#19069)Pablo Martínez1-0/+48
Co-authored-by: Drashna Jaelre <drashna@live.com>
2023-02-11Update documentation for LM(layer, mod) (#19284)precondition1-1/+7
* Update documentation for LM(layer, mod) * Move LM table to caveats section
2023-01-16Small doc changes (#19601)Pablo Martínez1-2/+2
2022-09-19[Docs] Extract 'Layer Change Code' and EEPROM (#18174)coliss861-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>
2021-11-19Move tmk_core/common/<plat> (#13918)Joel Challis1-1/+1
2021-03-25Improve upon the 'Caveats' section of the Layers and Mod-Tap documentation ↵Purdea Andrei1-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>
2020-07-16Redefine IS_LAYER_ON/OFF() as aliases for existing layer functions (#6352)Konstantin Đorđević1-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
2020-06-23fixed the layer limit of LT() (#9492)shela1-1/+1
2020-03-21[Docs] Update layer documentation (#8371)Drashna Jaelre1-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