aboutsummaryrefslogtreecommitdiff
path: root/build_keyboard.mk
diff options
context:
space:
mode:
Diffstat (limited to 'build_keyboard.mk')
-rw-r--r--build_keyboard.mk14
1 files changed, 0 insertions, 14 deletions
diff --git a/build_keyboard.mk b/build_keyboard.mk
index e5edacfd8..c1f4f9338 100644
--- a/build_keyboard.mk
+++ b/build_keyboard.mk
@@ -32,20 +32,6 @@ endif
32# this an empty or blank macro! 32# this an empty or blank macro!
33KEYMAP_OUTPUT := $(BUILD_DIR)/obj_$(TARGET) 33KEYMAP_OUTPUT := $(BUILD_DIR)/obj_$(TARGET)
34 34
35# For split boards we need to set a master half.
36MASTER ?= left
37ifdef master
38 MASTER = $(master)
39endif
40
41ifeq ($(MASTER),right)
42 OPT_DEFS += -DMASTER_IS_ON_RIGHT
43else
44 ifneq ($(MASTER),left)
45$(error MASTER does not have a valid value(left/right))
46 endif
47endif
48
49ifdef SKIP_VERSION 35ifdef SKIP_VERSION
50 OPT_DEFS += -DSKIP_VERSION 36 OPT_DEFS += -DSKIP_VERSION
51endif 37endif