aboutsummaryrefslogtreecommitdiffstats
path: root/tmk_core/common.mk
diff options
context:
space:
mode:
authorGravatar cbbrowne <cbbrowne@cbbrowne.tor.int-afilias.info>2016-08-24 17:47:09 -0400
committerGravatar cbbrowne <cbbrowne@cbbrowne.tor.int-afilias.info>2016-08-24 17:47:09 -0400
commit7c2a24b3154367bfff06163193e07303d9dcf86e (patch)
tree91e921f09d3eedbc90fd36b3b54c5b2581df9891 /tmk_core/common.mk
parent9778349c4bfb6723ef056eb3473a7fc15c45c435 (diff)
parentad206155aa6f87de3fb9f0aefe60685ec12905a8 (diff)
downloadqmk_firmware-7c2a24b3154367bfff06163193e07303d9dcf86e.tar.gz
Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware
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