diff options
author | Albert Y <76888457+filterpaper@users.noreply.github.com> | 2021-12-17 15:51:36 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-16 23:51:36 -0800 |
commit | 08fc873376a0da8f85c5a7773e3dc91872fbe80c (patch) | |
tree | fd9e4707e9ee1c895a016c20a0872e2373986efd | |
parent | d7bbd52e19970a506ac617fd3e9f19a062fead05 (diff) | |
download | qmk_firmware-08fc873376a0da8f85c5a7773e3dc91872fbe80c.tar.gz qmk_firmware-08fc873376a0da8f85c5a7773e3dc91872fbe80c.zip |
[Keyboard] Remove locking support for Macro3 (#15496)
Co-authored-by: filterpaper <filterpaper@localhost>
-rw-r--r-- | keyboards/macro3/config.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/keyboards/macro3/config.h b/keyboards/macro3/config.h index 84f8c8fd9d..722cdf319f 100644 --- a/keyboards/macro3/config.h +++ b/keyboards/macro3/config.h @@ -31,9 +31,3 @@ /* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ #define DEBOUNCE 5 -/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */ -#define LOCKING_SUPPORT_ENABLE - -/* Locking resynchronize hack */ -#define LOCKING_RESYNC_ENABLE - |