diff options
author | Joel Challis <git@zvecr.com> | 2022-10-07 23:36:38 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-07 23:36:38 +0100 |
commit | f090cfe75ca3978c08d22b77bb478fb22638b3d9 (patch) | |
tree | 4f43be38a1b54dac5bf3868e3d356e0c0c340938 /quantum/sequencer | |
parent | 9e1ff0e6b95820d6cbe21f9bf3cc2a4f8633114a (diff) |
Relocate US ANSI shifted keycode aliases (#18634)
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 a3bbd80513..611459e060 100644 --- a/quantum/sequencer/tests/rules.mk +++ b/quantum/sequencer/tests/rules.mk @@ -2,7 +2,7 @@ # - 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 +sequencer_DEFS := -DMATRIX_ROWS=1 -DMATRIX_COLS=1 -DNO_DEBUG -DMIDI_MOCKED sequencer_SRC := \ $(QUANTUM_PATH)/sequencer/tests/midi_mock.c \ |