diff options
| author | Drashna Jaelre <drashna@live.com> | 2021-11-26 19:40:09 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-11-27 14:40:09 +1100 |
| commit | 4d0dd1eab78c7f2af40a84a34da12a2a8398fda9 (patch) | |
| tree | 89dc2cd405878458e6b1f84e51e2bd8575309ef1 /build_test.mk | |
| parent | 94d7cc371265a2838fb44508bdc34d8be59a11eb (diff) | |
| download | qmk_firmware-4d0dd1eab78c7f2af40a84a34da12a2a8398fda9.tar.gz qmk_firmware-4d0dd1eab78c7f2af40a84a34da12a2a8398fda9.zip | |
[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.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/build_test.mk b/build_test.mk index 136a0455f..a5d63adab 100644 --- a/build_test.mk +++ b/build_test.mk | |||
| @@ -58,7 +58,6 @@ include $(BUILDDEFS_PATH)/generic_features.mk | |||
| 58 | include $(PLATFORM_PATH)/common.mk | 58 | include $(PLATFORM_PATH)/common.mk |
| 59 | include $(TMK_PATH)/protocol.mk | 59 | include $(TMK_PATH)/protocol.mk |
| 60 | include $(QUANTUM_PATH)/debounce/tests/rules.mk | 60 | include $(QUANTUM_PATH)/debounce/tests/rules.mk |
| 61 | include $(QUANTUM_PATH)/encoder/tests/rules.mk | ||
| 62 | include $(QUANTUM_PATH)/sequencer/tests/rules.mk | 61 | include $(QUANTUM_PATH)/sequencer/tests/rules.mk |
| 63 | include $(PLATFORM_PATH)/test/rules.mk | 62 | include $(PLATFORM_PATH)/test/rules.mk |
| 64 | ifneq ($(filter $(FULL_TESTS),$(TEST)),) | 63 | ifneq ($(filter $(FULL_TESTS),$(TEST)),) |
