rules.mk 92 B

12345
  1. SRC += vnmm.c
  2. ifeq ($(strip $(RGB_MATRIX_ENABLE)), yes)
  3. SRC += rgb_matrix_user.c
  4. endif