rules.mk 268 B

123456789101112131415
  1. SRC += d4mation.c \
  2. tap-hold.c \
  3. macros.c
  4. BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite
  5. LTO_ENABLE = yes
  6. MOUSEKEY_ENABLE = no
  7. ifeq ($(strip $(UNICODE_ENABLE)), yes)
  8. SRC += zalgo.c
  9. endif
  10. ifeq ($(strip $(TAP_DANCE_ENABLE)), yes)
  11. SRC += tap-dance.c
  12. endif