summaryrefslogtreecommitdiffstats
path: root/common_features.mk
diff options
context:
space:
mode:
authoralex-ong <the.onga@gmail.com>2019-01-26 07:38:52 +0100
committeralex-ong <the.onga@gmail.com>2019-01-26 07:38:52 +0100
commit574fc6444bf48d10317c72bc6a5c61f7e46938a3 (patch)
tree04bc9d579919447822ba6d30d8a9f4ba60321c09 /common_features.mk
parent4d8733591f30a299d6ac99165c834162d2c08fd1 (diff)
downloadqmk_firmware-574fc6444bf48d10317c72bc6a5c61f7e46938a3.tar.gz
qmk_firmware-574fc6444bf48d10317c72bc6a5c61f7e46938a3.tar.xz
Whitespace cleanup.
Diffstat (limited to 'common_features.mk')
-rw-r--r--common_features.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/common_features.mk b/common_features.mk
index 9b9d017a7..deb30706a 100644
--- a/common_features.mk
+++ b/common_features.mk
@@ -249,15 +249,11 @@ endif
include $(DRIVER_PATH)/qwiic/qwiic.mk
-
QUANTUM_SRC:= \
$(QUANTUM_DIR)/quantum.c \
$(QUANTUM_DIR)/keymap_common.c \
$(QUANTUM_DIR)/keycode_config.c
-
-
-
# Include the standard or split matrix code if needed
ifneq ($(strip $(CUSTOM_MATRIX)), yes)
ifeq ($(strip $(SPLIT_KEYBOARD)), yes)