Skip to content

Commit

Permalink
Add comments and fix formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
pelrun authored and James Churchill committed Jan 17, 2019
1 parent 332ef9a commit 9db5a3f
Show file tree
Hide file tree
Showing 2 changed files with 107 additions and 161 deletions.
2 changes: 2 additions & 0 deletions common_features.mk
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,8 @@ ifeq ($(strip $(SPLIT_KEYBOARD)), yes)
# Determine which (if any) transport files are required
ifneq ($(strip $(SPLIT_TRANSPORT)), custom)
QUANTUM_SRC += $(QUANTUM_DIR)/split_common/transport.c
# Functions added via QUANTUM_LIB_SRC are only included in the final binary if they're called.
# Unused functions are pruned away, which is why we can add both drivers here without bloat.
QUANTUM_LIB_SRC += $(QUANTUM_DIR)/split_common/i2c.c \
$(QUANTUM_DIR)/split_common/serial.c
endif
Expand Down
Loading

0 comments on commit 9db5a3f

Please sign in to comment.