rules.mk 141 B

123456789
  1. SRC += 333fred.c
  2. ifeq ($(strip $(RGBLIGHT_ENABLE)), yes)
  3. SRC += rgb.c
  4. endif
  5. TAP_DANCE_ENABLE=yes
  6. NKRO_ENABLE = yes
  7. PERMISSIVE_HOLD = yes