summaryrefslogtreecommitdiff
path: root/tmk_core/common.mk
diff options
context:
space:
mode:
authorIBNobody2016-08-23 20:53:21 -0500
committerIBNobody2016-08-23 20:53:21 -0500
commit5d685efa499e833c4a8215a18562b2d0c4a21f2f (patch)
treeb2a325a44338e1a083b38e089aa94e887141e3b4 /tmk_core/common.mk
parent705c775a4a433249081321cea0c2def2627817dc (diff)
parent9263ade0fbdde6431fb5c7f26970754c5c7c2963 (diff)
Merge remote-tracking branch 'refs/remotes/origin/master' into vision_division_dev
Diffstat (limited to 'tmk_core/common.mk')
-rw-r--r--tmk_core/common.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/tmk_core/common.mk b/tmk_core/common.mk
index aa05b9491..429c57143 100644
--- a/tmk_core/common.mk
+++ b/tmk_core/common.mk
@@ -85,6 +85,10 @@ ifeq ($(strip $(BLUETOOTH_ENABLE)), yes)
OPT_DEFS += -DBLUETOOTH_ENABLE
endif
+ifeq ($(strip $(ONEHAND_ENABLE)), yes)
+ OPT_DEFS += -DONEHAND_ENABLE
+endif
+
ifeq ($(strip $(KEYMAP_SECTION_ENABLE)), yes)
OPT_DEFS += -DKEYMAP_SECTION_ENABLE