rules.mk 84 B

12345
  1. SRC += txkyel.c
  2. ifeq ($(strip $(TAP_DANCE_ENABLE)), yes)
  3. SRC += tap_dance.c
  4. endif