fix: restores layer lock functionality (#390)

* fix: restores layer lock functionality

* fix: ignore oryx build pipeline keymaps

---------

Co-authored-by: Drashna Jaelre <drashna@live.com>
This commit is contained in:
Florian Didron
2024-07-05 10:06:54 +07:00
committed by GitHub
parent 83f0013b2f
commit 5c33887e49
15 changed files with 423 additions and 2 deletions

View File

@@ -0,0 +1,11 @@
{
"keycodes": {
"0x7C7B": {
"group": "quantum",
"key": "QK_LAYER_LOCK",
"aliases": [
"QK_LLCK"
]
}
}
}