summaryrefslogtreecommitdiffstats
path: root/tmk_core/common.mk
diff options
context:
space:
mode:
authorFred Sundvik <fsundvik@gmail.com>2016-08-23 08:38:05 +0200
committerFred Sundvik <fsundvik@gmail.com>2016-08-23 08:38:05 +0200
commit8f2af3c6bcd0e300483cb72bfe2816701a0e528d (patch)
treecfa6d0a5d8ed7265d4367ddcc1d112923fb2d0ef /tmk_core/common.mk
parent8f16403179dde51af1826fbc9b65ce0e29fd33ad (diff)
parentfb4452c2f5a80720fd56306ea4fa7c61a5e8040d (diff)
downloadqmk_firmware-8f2af3c6bcd0e300483cb72bfe2816701a0e528d.tar.gz
qmk_firmware-8f2af3c6bcd0e300483cb72bfe2816701a0e528d.tar.xz
Merge branch 'master' into makefile_overhaul
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 21b894e2b..0b767eb04 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