rules.mk 210 B

12345678910
  1. SRC += sethBarberee.c
  2. # Add in custom tap dances when tap dance is enabled
  3. ifeq ($(strip $(TAP_DANCE_ENABLE)), yes)
  4. SRC += tap_dance.c
  5. endif
  6. ifeq ($(strip $(RGBLIGHT_ENABLE)), yes)
  7. SRC += rgb_light.c
  8. endif