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/kc60/keymaps/stanleylai | |
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/kc60/keymaps/stanleylai')
-rw-r--r-- | keyboards/kc60/keymaps/stanleylai/rules.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/keyboards/kc60/keymaps/stanleylai/rules.mk b/keyboards/kc60/keymaps/stanleylai/rules.mk index 39223abfa6..3951663c7c 100644 --- a/keyboards/kc60/keymaps/stanleylai/rules.mk +++ b/keyboards/kc60/keymaps/stanleylai/rules.mk @@ -8,7 +8,6 @@ MOUSEKEY_ENABLE = no # Mouse keys(+4700) EXTRAKEY_ENABLE = yes # Audio control and System control(+450) CONSOLE_ENABLE = no # Console for debug(+400) COMMAND_ENABLE = no # Commands for debug and configuration -KEYBOARD_LOCK_ENABLE = yes # Allow locking of keyboard via magic key BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality RGBLIGHT_ENABLE = yes # Enable WS2812 underglow RGB strip MIDI_ENABLE = no # MIDI controls @@ -19,4 +18,3 @@ AUDIO_ENABLE = no # Audio output on port C6 SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend # if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work NKRO_ENABLE = yes # USB Nkey Rollover - |