diff options
author | Ryan <fauxpark@gmail.com> | 2022-10-22 01:46:10 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-21 15:46:10 +0100 |
commit | 7cbff9d921879ef3c54837cb2ffc455e019f45b4 (patch) | |
tree | 03e6555c188204115bafeedd65fb66a5fa03fc5a /keyboards/dz60/keymaps/split_space_arrows/rules.mk | |
parent | b33fc349671148bff6f0a60172b53c51e59cda49 (diff) |
Deprecate `KC_LOCK` for `QK_LOCK` (#18796)
Diffstat (limited to 'keyboards/dz60/keymaps/split_space_arrows/rules.mk')
-rw-r--r-- | keyboards/dz60/keymaps/split_space_arrows/rules.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/dz60/keymaps/split_space_arrows/rules.mk b/keyboards/dz60/keymaps/split_space_arrows/rules.mk index 81c7b3f263..e30193dab9 100644 --- a/keyboards/dz60/keymaps/split_space_arrows/rules.mk +++ b/keyboards/dz60/keymaps/split_space_arrows/rules.mk @@ -4,4 +4,4 @@ BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite MOUSEKEY_ENABLE = yes # Mouse keys EXTRAKEY_ENABLE = yes # Audio control and System control RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow -KEY_LOCK_ENABLE = yes # Enables use of KC_LOCK +KEY_LOCK_ENABLE = yes |