diff options
author | Joel Challis <git@zvecr.com> | 2021-10-23 05:17:07 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-22 21:17:07 -0700 |
commit | b9c9f3759a63e4bfd1b2a6f8c3b407426f38ee84 (patch) | |
tree | 68b26316e6273bb2409325ae7ed7b0b352cea3e6 /build_keyboard.mk | |
parent | 3b04425f1abe61d773b34285ff8093496c7243cb (diff) | |
download | qmk_firmware-b9c9f3759a63e4bfd1b2a6f8c3b407426f38ee84.tar.gz qmk_firmware-b9c9f3759a63e4bfd1b2a6f8c3b407426f38ee84.zip |
Remove legacy handling for ErgoDox Infinity handedness (#14919)
Diffstat (limited to 'build_keyboard.mk')
-rw-r--r-- | build_keyboard.mk | 14 |
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! |
33 | KEYMAP_OUTPUT := $(BUILD_DIR)/obj_$(TARGET) | 33 | KEYMAP_OUTPUT := $(BUILD_DIR)/obj_$(TARGET) |
34 | 34 | ||
35 | # For split boards we need to set a master half. | ||
36 | MASTER ?= left | ||
37 | ifdef master | ||
38 | MASTER = $(master) | ||
39 | endif | ||
40 | |||
41 | ifeq ($(MASTER),right) | ||
42 | OPT_DEFS += -DMASTER_IS_ON_RIGHT | ||
43 | else | ||
44 | ifneq ($(MASTER),left) | ||
45 | $(error MASTER does not have a valid value(left/right)) | ||
46 | endif | ||
47 | endif | ||
48 | |||
49 | ifdef SKIP_VERSION | 35 | ifdef SKIP_VERSION |
50 | OPT_DEFS += -DSKIP_VERSION | 36 | OPT_DEFS += -DSKIP_VERSION |
51 | endif | 37 | endif |