aboutsummaryrefslogtreecommitdiffstats
path: root/users/spidey3/rules.mk
blob: 2d4da22946cf43f85fabca80b6da171af9f636e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
BOOTMAGIC_ENABLE = lite
LTO_ENABLE = yes

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