diff options
author | Joel Challis <git@zvecr.com> | 2021-10-07 02:32:05 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-07 12:32:05 +1100 |
commit | 1c0347b8b85de03691c7810f98f38bb245783985 (patch) | |
tree | abd0d58a1e2d5134f1c307ad392c8616cab3266a /quantum/sequencer | |
parent | 60297a1099e5a310bd10a4d59fcb80bbc7fe4be5 (diff) |
Remove SERIAL_LINK feature (#14727)
* Remove SERIAL_LINK
* more stale paths in doxygen-todo
* Fix
* More refs
* Update testing docs
* Update doxygen-todo
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'quantum/sequencer')
-rw-r--r-- | quantum/sequencer/tests/rules.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quantum/sequencer/tests/rules.mk b/quantum/sequencer/tests/rules.mk index 76c221cf92..87a204669c 100644 --- a/quantum/sequencer/tests/rules.mk +++ b/quantum/sequencer/tests/rules.mk @@ -1,5 +1,5 @@ # The letter case of these variables might seem odd. However: -# - it is consistent with the serial_link example that is used as a reference in the Unit Testing article (https://docs.qmk.fm/#/unit_testing?id=adding-tests-for-new-or-existing-features) +# - it is consistent with the example that is used as a reference in the Unit Testing article (https://docs.qmk.fm/#/unit_testing?id=adding-tests-for-new-or-existing-features) # - Neither `make test:sequencer` or `make test:SEQUENCER` work when using SCREAMING_SNAKE_CASE sequencer_DEFS := -DNO_DEBUG -DMIDI_MOCKED |