summaryrefslogtreecommitdiff
path: root/users/drashna/rules.mk
diff options
context:
space:
mode:
authorDrashna Jaelre <drashna@live.com>2021-07-01 00:42:32 -0700
committerGitHub <noreply@github.com>2021-07-01 00:42:32 -0700
commitb7cf9a888a607dc024d74ee72c0ebbd8e0ddfdbe (patch)
tree3510846d4d53682e5ec9b964d093ef97c0b33bc7 /users/drashna/rules.mk
parentbbe45185e30eb8d0e974f02b0ea809ed773221be (diff)
Drashna's split updates (#13350)
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'users/drashna/rules.mk')
-rw-r--r--users/drashna/rules.mk43
1 files changed, 22 insertions, 21 deletions
diff --git a/users/drashna/rules.mk b/users/drashna/rules.mk
index fa4fb2420d..b9156f6a46 100644
--- a/users/drashna/rules.mk
+++ b/users/drashna/rules.mk
@@ -80,28 +80,29 @@ endif
CUSTOM_SPLIT_TRANSPORT ?= yes
ifeq ($(strip $(SPLIT_KEYBOARD)), yes)
- ifneq ($(strip $(SPLIT_TRANSPORT)), custom)
- ifeq ($(strip $(CUSTOM_SPLIT_TRANSPORT)), yes)
- SPLIT_TRANSPORT = custom
- QUANTUM_LIB_SRC += drashna_transport.c
- OPT_DEFS += -DDRASHNA_CUSTOM_TRANSPORT
- # Unused functions are pruned away, which is why we can add multiple drivers here without bloat.
- ifeq ($(PLATFORM),AVR)
- ifneq ($(NO_I2C),yes)
- QUANTUM_LIB_SRC += i2c_master.c \
- i2c_slave.c
- endif
- endif
+ QUANTUM_LIB_SRC += transport_sync.c
+ # ifneq ($(strip $(SPLIT_TRANSPORT)), custom)
+ # ifeq ($(strip $(CUSTOM_SPLIT_TRANSPORT)), yes)
+ # SPLIT_TRANSPORT = custom
+ # QUANTUM_LIB_SRC += drashna_transport.c
+ # OPT_DEFS += -DDRASHNA_CUSTOM_TRANSPORT
+ # # Unused functions are pruned away, which is why we can add multiple drivers here without bloat.
+ # ifeq ($(PLATFORM),AVR)
+ # ifneq ($(NO_I2C),yes)
+ # QUANTUM_LIB_SRC += i2c_master.c \
+ # i2c_slave.c
+ # endif
+ # endif
- SERIAL_DRIVER ?= bitbang
- OPT_DEFS += -DSERIAL_DRIVER_$(strip $(shell echo $(SERIAL_DRIVER) | tr '[:lower:]' '[:upper:]'))
- ifeq ($(strip $(SERIAL_DRIVER)), bitbang)
- QUANTUM_LIB_SRC += serial.c
- else
- QUANTUM_LIB_SRC += serial_$(strip $(SERIAL_DRIVER)).c
- endif
- endif
- endif
+ # SERIAL_DRIVER ?= bitbang
+ # OPT_DEFS += -DSERIAL_DRIVER_$(strip $(shell echo $(SERIAL_DRIVER) | tr '[:lower:]' '[:upper:]'))
+ # ifeq ($(strip $(SERIAL_DRIVER)), bitbang)
+ # QUANTUM_LIB_SRC += serial.c
+ # else
+ # QUANTUM_LIB_SRC += serial_$(strip $(SERIAL_DRIVER)).c
+ # endif
+ # endif
+ # endif
endif
# DEBUG_MATRIX_SCAN_RATE_ENABLE = api