~ruther/qmk_firmware

ref: 6e7c1c90fd51e540b3cad03ba3325bcb925d0e2f qmk_firmware/quantum/sequencer/tests/rules.mk -rw-r--r-- 615 bytes
6e7c1c90 — Rutherther fix: remap ROW3 in kyria because of broken pin by static electricity discharge 2 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
# The letter case of these variables might seem odd. However:
# - 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 := -DMATRIX_ROWS=1 -DMATRIX_COLS=1 -DNO_DEBUG -DMIDI_MOCKED

sequencer_SRC := \
	$(QUANTUM_PATH)/sequencer/tests/midi_mock.c \
	$(QUANTUM_PATH)/sequencer/tests/sequencer_tests.cpp \
	$(QUANTUM_PATH)/sequencer/sequencer.c \
	$(PLATFORM_PATH)/$(PLATFORM_KEY)/timer.c
Do not follow this link