summaryrefslogtreecommitdiff
path: root/build_test.mk
diff options
context:
space:
mode:
authorDrashna Jaelre <drashna@live.com>2021-11-26 19:40:09 -0800
committerGitHub <noreply@github.com>2021-11-27 14:40:09 +1100
commit4d0dd1eab78c7f2af40a84a34da12a2a8398fda9 (patch)
tree89dc2cd405878458e6b1f84e51e2bd8575309ef1 /build_test.mk
parent94d7cc371265a2838fb44508bdc34d8be59a11eb (diff)
[Bug] Revert Assymmetrical Split Encoder support (#12090) (#15311)
* Revert "fix broken macro in transport.h (#15239)" This reverts commit 06f18e22d9aff0afa4dce101a6a1b2cae5511365. * Revert "Rework encoders to enable asymmetric split keyboards (#12090)" This reverts commit 32215d5bff52262542a2f8d2a221b0303f02c019.
Diffstat (limited to 'build_test.mk')
-rw-r--r--build_test.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/build_test.mk b/build_test.mk
index 136a0455f0..a5d63adab4 100644
--- a/build_test.mk
+++ b/build_test.mk
@@ -58,7 +58,6 @@ include $(BUILDDEFS_PATH)/generic_features.mk
include $(PLATFORM_PATH)/common.mk
include $(TMK_PATH)/protocol.mk
include $(QUANTUM_PATH)/debounce/tests/rules.mk
-include $(QUANTUM_PATH)/encoder/tests/rules.mk
include $(QUANTUM_PATH)/sequencer/tests/rules.mk
include $(PLATFORM_PATH)/test/rules.mk
ifneq ($(filter $(FULL_TESTS),$(TEST)),)