diff options
author | Drashna Jaelre <drashna@live.com> | 2021-10-25 21:14:46 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-25 21:14:46 -0700 |
commit | 028edfc2df5bc291773e8c7cc19ed38c9b9470dc (patch) | |
tree | 5e84866d0151213f73495368565e2dc980544259 /users/bcat | |
parent | 6e8eb2cf542d38332ef460d4f88eed281aed9188 (diff) | |
download | qmk_firmware-028edfc2df5bc291773e8c7cc19ed38c9b9470dc.tar.gz qmk_firmware-028edfc2df5bc291773e8c7cc19ed38c9b9470dc.zip |
Remove unused KEYBOARD_LOCK_ENABLE from rules (#14920)
Diffstat (limited to 'users/bcat')
-rw-r--r-- | users/bcat/rules.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/users/bcat/rules.mk b/users/bcat/rules.mk index 6d748875a4..651ee96fe0 100644 --- a/users/bcat/rules.mk +++ b/users/bcat/rules.mk @@ -29,7 +29,6 @@ SLEEP_LED_ENABLE = no # Disable other unused options on all keyboards. AUTO_SHIFT_ENABLE = no COMBO_ENABLE = no -KEYBOARD_LOCK_ENABLE = no KEY_LOCK_ENABLE = no LEADER_ENABLE = no SWAP_HANDS_ENABLE = no |