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 | |
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')
-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 6d748875a..651ee96fe 100644 --- a/users/bcat/rules.mk +++ b/users/bcat/rules.mk | |||
@@ -29,7 +29,6 @@ SLEEP_LED_ENABLE = no | |||
29 | # Disable other unused options on all keyboards. | 29 | # Disable other unused options on all keyboards. |
30 | AUTO_SHIFT_ENABLE = no | 30 | AUTO_SHIFT_ENABLE = no |
31 | COMBO_ENABLE = no | 31 | COMBO_ENABLE = no |
32 | KEYBOARD_LOCK_ENABLE = no | ||
33 | KEY_LOCK_ENABLE = no | 32 | KEY_LOCK_ENABLE = no |
34 | LEADER_ENABLE = no | 33 | LEADER_ENABLE = no |
35 | SWAP_HANDS_ENABLE = no | 34 | SWAP_HANDS_ENABLE = no |