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 84f8c8fd9..722cdf319 100644 --- a/keyboards/macro3/config.h +++ b/keyboards/macro3/config.h | |||
| @@ -31,9 +31,3 @@ | |||
| 31 | /* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ | 31 | /* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ |
| 32 | #define DEBOUNCE 5 | 32 | #define DEBOUNCE 5 |
| 33 | 33 | ||
| 34 | /* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */ | ||
| 35 | #define LOCKING_SUPPORT_ENABLE | ||
| 36 | |||
| 37 | /* Locking resynchronize hack */ | ||
| 38 | #define LOCKING_RESYNC_ENABLE | ||
| 39 | |||
