Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Core] Add Layer Lock feature #23430

Open
wants to merge 20 commits into
base: develop
Choose a base branch
from
Open

Commits on Jun 9, 2024

  1. Configuration menu
    Copy the full SHA
    f129ffb View commit details
    Browse the repository at this point in the history
  2. Add tests for layer lock

    drashna committed Jun 9, 2024
    Configuration menu
    Copy the full SHA
    8370f4c View commit details
    Browse the repository at this point in the history
  3. Update for newer version

    drashna committed Jun 9, 2024
    Configuration menu
    Copy the full SHA
    9f2cc29 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. Add documentation to Layer Lock.

    This commit builds on @drashna's qmk#23430
    to add documentation:
    
    * New page docs/features/layer_lock.md added describing Layer Lock.
    * Added link to this page in docs/_sidebar.json
    * And in docs/keycodes.md
    * And a cross-reference in docs/feature_layers.md
    
    NOTE: Beware, I haven't checked this documentation locally with `qmk
    docs` (the command failed with a problem involving yarn). So there might
    be formatting bugs and broken links in this.
    getreuer committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    2c17619 View commit details
    Browse the repository at this point in the history
  2. Fix imgur links.

    getreuer committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    09b0a72 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6ba9bac View commit details
    Browse the repository at this point in the history
  4. Use correct callback function

    drashna committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    98c42f9 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2024

  1. Update include

    drashna authored Jun 15, 2024
    Configuration menu
    Copy the full SHA
    763ed20 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. Configuration menu
    Copy the full SHA
    17ce2c2 View commit details
    Browse the repository at this point in the history
  2. Include process layer lock

    drashna committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    f3dfc4b View commit details
    Browse the repository at this point in the history
  3. Appease the lint gods

    drashna committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    acaa02d View commit details
    Browse the repository at this point in the history
  4. More appeasement

    drashna committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    61f0048 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. Configuration menu
    Copy the full SHA
    351f16d View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. Configuration menu
    Copy the full SHA
    278096f View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. Configuration menu
    Copy the full SHA
    ed92375 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

  1. Configuration menu
    Copy the full SHA
    cd001e8 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2024

  1. Fix typo

    Co-authored-by: Daniel <1767914+iamdanielv@users.noreply.github.com>
    drashna and iamdanielv authored Aug 18, 2024
    Configuration menu
    Copy the full SHA
    04217d7 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. Configuration menu
    Copy the full SHA
    d441ebe View commit details
    Browse the repository at this point in the history
  2. Update keycodes

    drashna committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    4d57b52 View commit details
    Browse the repository at this point in the history
  3. Fix typo in docs

    because drashna never makes spelling mistakes!
    
    Co-authored-by: Daniel <1767914+iamdanielv@users.noreply.github.com>
    drashna and iamdanielv authored Aug 30, 2024
    Configuration menu
    Copy the full SHA
    3114c9f View commit details
    Browse the repository at this point in the history