rules.mk 208 B

123456789101112
  1. BOOTMAGIC_ENABLE = lite
  2. LTO_ENABLE = yes
  3. SRC += init.c
  4. SRC += spidey3.c
  5. ifeq ($(strip $(RGBLIGHT_ENABLE)), yes)
  6. SRC += layer_rgb.c
  7. endif
  8. ifeq ($(strip $(UNICODEMAP_ENABLE)), yes)
  9. SRC += unicode.c
  10. endif