Deprecate KC_LEAD for QK_LEAD (#18792)

This commit is contained in:
Ryan
2022-10-22 00:25:54 +11:00
committed by GitHub
parent 374d5d7480
commit b33fc34967
58 changed files with 90 additions and 85 deletions

View File

@@ -5,7 +5,7 @@
- Shift and Cmd are One Shot Modifiers, so tapping them once will apply them to the next key. When tapped twice they will lock, until tapped again to clear.
- When switching to other layers, any stuck modifiers are cleared in order to avoid unintended key combos
- There are a few leader key combinations. Right now, `KC_LEAD` + `s` will open my wiki homepage.
- There are a few leader key combinations. Right now, `QK_LEAD` + `s` will open my wiki homepage.
- All transparent keys have been replaced with noops to avoid layer bleeding.
## Initial Setup