aboutsummaryrefslogtreecommitdiffstats
path: root/users/spidey3/rules.mk
blob: 0a77d2bfc76b2ef0f22a200ae527fe5e50d7f12d (plain)
1
2
3
4
5
6
7
8
9
10
SRC += init.c
SRC += spidey3.c

ifeq ($(strip $(RGBLIGHT_ENABLE)), yes)
  SRC += layer_rgb.c
endif
ifeq ($(strip $(UNICODEMAP_ENABLE)), yes)
  SRC += unicode.c
endif