aboutsummaryrefslogtreecommitdiff
path: root/build_keyboard.mk
diff options
context:
space:
mode:
Diffstat (limited to 'build_keyboard.mk')
-rw-r--r--build_keyboard.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/build_keyboard.mk b/build_keyboard.mk
index 2b725ea68..fdc17c907 100644
--- a/build_keyboard.mk
+++ b/build_keyboard.mk
@@ -283,6 +283,9 @@ ifneq ("$(wildcard $(USER_PATH)/config.h)","")
283 CONFIG_H += $(USER_PATH)/config.h 283 CONFIG_H += $(USER_PATH)/config.h
284endif 284endif
285 285
286# Disable features that a keyboard doesn't support
287-include disable_features.mk
288
286# Object files directory 289# Object files directory
287# To put object files in current directory, use a dot (.), do NOT make 290# To put object files in current directory, use a dot (.), do NOT make
288# this an empty or blank macro! 291# this an empty or blank macro!