rules.mk 159 B

123456789
  1. SRC += hvp.c
  2. ifeq ($(strip $(TAP_DANCE_ENABLE)), yes)
  3. SRC += tap_dances.c
  4. endif
  5. ifeq ($(strip $(TAPPING_TERM_PER_KEY)), yes)
  6. SRC += per_key.c
  7. endif