summaryrefslogtreecommitdiffstats
path: root/keyboards/boardsource/technik_s/config.h
diff options
context:
space:
mode:
authorAlbert Y <76888457+filterpaper@users.noreply.github.com>2022-01-06 07:39:18 +0800
committerGitHub <noreply@github.com>2022-01-05 18:39:18 -0500
commit896ab38fd2ac1e1f755c854432a56b2ce8613a5c (patch)
treea1507b00dd489d9fe3abed24345ede396029e5e7 /keyboards/boardsource/technik_s/config.h
parent7b151143f77f102c6b48f3b9249e3298150dcabe (diff)
[Keyboard] Remove locking support for Boardsource LP boards (#15747)
Diffstat (limited to 'keyboards/boardsource/technik_s/config.h')
-rw-r--r--keyboards/boardsource/technik_s/config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/boardsource/technik_s/config.h b/keyboards/boardsource/technik_s/config.h
index 4f665330a3..7b5f297c9e 100644
--- a/keyboards/boardsource/technik_s/config.h
+++ b/keyboards/boardsource/technik_s/config.h
@@ -114,9 +114,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
//#define MATRIX_HAS_GHOST
/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
-#define LOCKING_SUPPORT_ENABLE
+//#define LOCKING_SUPPORT_ENABLE
/* Locking resynchronize hack */
-#define LOCKING_RESYNC_ENABLE
+//#define LOCKING_RESYNC_ENABLE
/* If defined, GRAVE_ESC will always act as ESC when CTRL is held.
* This is useful for the Windows task manager shortcut (ctrl+shift+esc).