summaryrefslogtreecommitdiff
path: root/users/spidey3/rules.mk
blob: bd378f545e86f9c8ee42f64e0fd04c2d1a1f5842 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
BOOTMAGIC_ENABLE = lite
CONSOLE_ENABLE = yes   # Console for debug
BACKLIGHT_ENABLE = no  # Enable keyboard backlight functionality
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