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 /keyboards/fjlabs/ready100 | |
parent | 6e8eb2cf542d38332ef460d4f88eed281aed9188 (diff) | |
download | qmk_firmware-028edfc2df5bc291773e8c7cc19ed38c9b9470dc.tar.gz qmk_firmware-028edfc2df5bc291773e8c7cc19ed38c9b9470dc.zip |
Remove unused KEYBOARD_LOCK_ENABLE from rules (#14920)
Diffstat (limited to 'keyboards/fjlabs/ready100')
-rw-r--r-- | keyboards/fjlabs/ready100/rules.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/keyboards/fjlabs/ready100/rules.mk b/keyboards/fjlabs/ready100/rules.mk index fb8e1bc71e..029a96b33d 100644 --- a/keyboards/fjlabs/ready100/rules.mk +++ b/keyboards/fjlabs/ready100/rules.mk @@ -22,6 +22,5 @@ NKRO_ENABLE = yes # USB Nkey Rollover BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow AUDIO_ENABLE = no # Audio output -KEYBOARD_LOCK_ENABLE = yes LAYOUTS = 64_ansi |