diff options
-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 | |||