diff options
author | Less/Rikki <86894501+lesshonor@users.noreply.github.com> | 2022-08-28 13:16:20 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-28 10:16:20 -0700 |
commit | 4adb64a91b3c8bf665bd9f7357fb806d30ac09f5 (patch) | |
tree | 1ec9dfb080496d96c871de70b421446e42f67162 /keyboards/mechwild/bde/config.h | |
parent | 585b134729a5a66015f379127e4ff8b06430498c (diff) |
[Keyboard] mechwild/bde cleanup and refactor (#18149)
Diffstat (limited to 'keyboards/mechwild/bde/config.h')
-rw-r--r-- | keyboards/mechwild/bde/config.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/keyboards/mechwild/bde/config.h b/keyboards/mechwild/bde/config.h index 5130918c08..ad54af1aa8 100644 --- a/keyboards/mechwild/bde/config.h +++ b/keyboards/mechwild/bde/config.h @@ -17,4 +17,10 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #pragma once -#include "config_common.h"
\ No newline at end of file +#include "config_common.h" + +/* 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 |