summaryrefslogtreecommitdiffstats
path: root/tmk_core
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2021-08-09 19:46:03 +0100
committerGitHub <noreply@github.com>2021-08-09 19:46:03 +0100
commit7c691d82bf21f8bdbc98d4193d2ad3956528c25a (patch)
tree2c551947b3e133e008baea8e2aae96ad81d97ff9 /tmk_core
parent2617ac604151739faceb43d1736efc74386d1486 (diff)
Remove ONEHAND_ENABLE (#13920)
Diffstat (limited to 'tmk_core')
-rw-r--r--tmk_core/common.mk3
1 files changed, 0 insertions, 3 deletions
diff --git a/tmk_core/common.mk b/tmk_core/common.mk
index bd4142364c..6c8cf69356 100644
--- a/tmk_core/common.mk
+++ b/tmk_core/common.mk
@@ -98,9 +98,6 @@ ifeq ($(strip $(BLUETOOTH)), RN42)
TMK_COMMON_DEFS += -DNO_USB_STARTUP_CHECK
endif
-ifeq ($(strip $(ONEHAND_ENABLE)), yes)
- SWAP_HANDS_ENABLE = yes # backwards compatibility
-endif
ifeq ($(strip $(SWAP_HANDS_ENABLE)), yes)
TMK_COMMON_DEFS += -DSWAP_HANDS_ENABLE
endif