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 /users/ericgebhart/rules.mk | |
parent | b33fc349671148bff6f0a60172b53c51e59cda49 (diff) |
Deprecate `KC_LOCK` for `QK_LOCK` (#18796)
Diffstat (limited to 'users/ericgebhart/rules.mk')
-rwxr-xr-x | users/ericgebhart/rules.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/users/ericgebhart/rules.mk b/users/ericgebhart/rules.mk index 8afaeb7808..a5d5e2c1ca 100755 --- a/users/ericgebhart/rules.mk +++ b/users/ericgebhart/rules.mk @@ -18,7 +18,7 @@ EXTRAKEY_ENABLE = yes # Audio control and System control COMMAND_ENABLE = no # Commands for debug and configuration NKRO_ENABLE = no # Enable N-Key Rollover SWAP_HANDS_ENABLE= no # Allow swapping hands of keyboard -KEY_LOCK_ENABLE = no # Enable the KC_LOCK key +KEY_LOCK_ENABLE = no TAP_DANCE_ENABLE = no # Enable the tap dance feature. CONSOLE_ENABLE = no # Console for debug |