From 08fc873376a0da8f85c5a7773e3dc91872fbe80c Mon Sep 17 00:00:00 2001 From: Albert Y <76888457+filterpaper@users.noreply.github.com> Date: Fri, 17 Dec 2021 15:51:36 +0800 Subject: [PATCH] [Keyboard] Remove locking support for Macro3 (#15496) Co-authored-by: filterpaper --- keyboards/macro3/config.h | 6 ------ 1 file changed, 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 @@ /* 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 -