summaryrefslogtreecommitdiff
path: root/users/mtei/rules.mk
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2022-05-18 17:33:52 +0000
committerQMK Bot <hello@qmk.fm>2022-05-18 17:33:52 +0000
commit3904a6afbe41e35c231dc449e3e2fa839d7b35a9 (patch)
treee8df23b2fd6eb582c0f71e077b349d32557487cc /users/mtei/rules.mk
parent6503987c84994b2c6b5229db8b91c14d8bd11e41 (diff)
parent33d568e29b454e5ead83b9e7216bd807549cc9b6 (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'users/mtei/rules.mk')
-rw-r--r--users/mtei/rules.mk9
1 files changed, 9 insertions, 0 deletions
diff --git a/users/mtei/rules.mk b/users/mtei/rules.mk
new file mode 100644
index 0000000000..780393ba12
--- /dev/null
+++ b/users/mtei/rules.mk
@@ -0,0 +1,9 @@
+VPATH += $(USER_PATH)/$(PLATFORM_PATH)
+VPATH += $(USER_PATH)/$(PLATFORM_PATH)/$(PLATFORM_KEY)
+
+CUSTOM_MATRIX_DELAY = on-demand
+
+ifneq ($(strip $(USROPT)),)
+ include $(USER_PATH)/user_options.mk
+endif
+include $(USER_PATH)/user_featues.mk