summaryrefslogtreecommitdiffstats
path: root/keyboards/helix/rev2/local_features.mk
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2022-03-03 20:24:53 +0000
committerQMK Bot <hello@qmk.fm>2022-03-03 20:24:53 +0000
commit77ea1bdac4f015f6edb2af8821d2e22e56813a23 (patch)
tree7ceb2a0adb37b903990505f7ed14ce20bd04cdb6 /keyboards/helix/rev2/local_features.mk
parentb16af15750c809f9fb3ba01ed03e6ab9aedf9dd5 (diff)
parent4a66bdf29443607ae01c1a6c87b657f89d3a1769 (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/helix/rev2/local_features.mk')
-rw-r--r--keyboards/helix/rev2/local_features.mk7
1 files changed, 4 insertions, 3 deletions
diff --git a/keyboards/helix/rev2/local_features.mk b/keyboards/helix/rev2/local_features.mk
index cfff8fd64d..c6f818bf39 100644
--- a/keyboards/helix/rev2/local_features.mk
+++ b/keyboards/helix/rev2/local_features.mk
@@ -52,9 +52,10 @@ ifneq ($(strip $(SPLIT_KEYBOARD)), yes)
CUSTOM_MATRIX = yes
- SRC += rev2/matrix.c
- SRC += rev2/split_util.c
- SRC += rev2/split_scomm.c
+ SRC += rev2/custom/matrix.c
+ SRC += rev2/custom/split_util.c
+ SRC += rev2/custom/split_scomm.c
+ KEYBOARD_PATHS += $(HELIX_TOP_DIR)/rev2/custom
endif
########