aboutsummaryrefslogtreecommitdiffstats
path: root/users/stanrc85/rules.mk
blob: 16391b555a846c5858f833fe089489a40f625151 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
TAP_DANCE_ENABLE = yes
EXTRAKEY_ENABLE = yes
BACKLIGHT_ENABLE = no
COMMAND_ENABLE = no
BOOTMAGIC_ENABLE = no
MOUSEKEY_ENABLE = no
AUDIO_ENABLE = no
CONSOLE_ENABLE = no
NKRO_ENABLE = no

SRC += stanrc85.c

ifeq ($(strip $(RGBLIGHT_ENABLE)), yes)
  # Include my fancy rgb functions source here
  SRC += layer_rgb.c
endif

ifeq ($(strip $(KEYBOARD)), 1upkeyboards/1up60hse)
  VIA_ENABLE = yes
  LTO_ENABLE = yes
endif
ifeq ($(strip $(KEYBOARD)), dz60)
  VIA_ENABLE = yes
  LTO_ENABLE = yes
endif
ifeq ($(strip $(KEYBOARD)), projectkb/alice)
  VIA_ENABLE = yes
  LTO_ENABLE = no
endif