diff options
author | QMK Bot <hello@qmk.fm> | 2021-12-17 07:52:16 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-12-17 07:52:16 +0000 |
commit | 1b29f98d99d6865b6082ac0aab737519bf3eb9e7 (patch) | |
tree | 61ba3b3ec6362965f0dec35903ad55a2ecb82046 /keyboards/macro3 | |
parent | 4b185a52bc8ca1d25df05860f4b914a3e85115a0 (diff) | |
parent | 0703e5398c967e11c3afa3aec21f76bfc1067939 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/macro3')
-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 - |