qmk_firmware

QMK firmware for my keyboards (Corne, Sweep Ferris) and trackball (Ploopy Adept)
Log | Files | Refs | Submodules | LICENSE

rules.mk (643B)


      1 # The letter case of these variables might seem odd. However:
      2 # - 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)
      3 # - Neither `make test:sequencer` or `make test:SEQUENCER` work when using SCREAMING_SNAKE_CASE
      4 
      5 sequencer_DEFS := -DMATRIX_ROWS=1 -DMATRIX_COLS=1 -DNO_DEBUG -DMIDI_MOCKED
      6 
      7 sequencer_SRC := \
      8 	$(QUANTUM_PATH)/sequencer/tests/midi_mock.c \
      9 	$(QUANTUM_PATH)/sequencer/tests/sequencer_tests.cpp \
     10 	$(QUANTUM_PATH)/sequencer/sequencer.c \
     11 	$(PLATFORM_PATH)/timer.c \
     12 	$(PLATFORM_PATH)/$(PLATFORM_KEY)/timer.c