diff options
author | alex-ong <the.onga@gmail.com> | 2019-01-26 17:38:52 +1100 |
---|---|---|
committer | alex-ong <the.onga@gmail.com> | 2019-01-26 17:38:52 +1100 |
commit | 574fc6444bf48d10317c72bc6a5c61f7e46938a3 (patch) | |
tree | 04bc9d579919447822ba6d30d8a9f4ba60321c09 /common_features.mk | |
parent | 4d8733591f30a299d6ac99165c834162d2c08fd1 (diff) | |
download | qmk_firmware-574fc6444bf48d10317c72bc6a5c61f7e46938a3.tar.gz |
Whitespace cleanup.
Diffstat (limited to 'common_features.mk')
-rw-r--r-- | common_features.mk | 4 |
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) |