2019-02-26 16:01:46 -05:00
|
|
|
TAP_DANCE_ENABLE = yes
|
|
|
|
EXTRAKEY_ENABLE = yes
|
|
|
|
BACKLIGHT_ENABLE = no
|
|
|
|
COMMAND_ENABLE = no
|
|
|
|
MOUSEKEY_ENABLE = no
|
|
|
|
AUDIO_ENABLE = no
|
|
|
|
CONSOLE_ENABLE = no
|
2021-02-10 09:21:46 -05:00
|
|
|
NKRO_ENABLE = yes
|
|
|
|
LTO_ENABLE = yes
|
|
|
|
VIA_ENABLE = yes
|
2019-03-03 18:31:12 -05:00
|
|
|
|
2019-03-06 15:20:51 -05:00
|
|
|
SRC += stanrc85.c
|
|
|
|
|
2020-07-04 23:51:37 -04:00
|
|
|
ifeq ($(strip $(KEYBOARD)), projectkb/alice/rev2)
|
|
|
|
SRC += rgblight_layers.c
|
2020-09-06 18:04:29 -04:00
|
|
|
SRC += startup_fanfare.c
|
|
|
|
OPT_DEFS += -DHAS_INDICATORS
|
2020-07-04 23:51:37 -04:00
|
|
|
VELOCIKEY_ENABLE=yes
|
2020-07-25 06:10:00 -04:00
|
|
|
endif
|
2020-12-07 20:18:04 -05:00
|
|
|
ifeq ($(strip $(KEYBOARD)), sneakbox/aliceclone)
|
|
|
|
SRC += indicator_layers_sneakbox.c
|
2021-01-11 02:03:12 -05:00
|
|
|
SRC += startup_fanfare.c
|
2020-12-07 20:18:04 -05:00
|
|
|
OPT_DEFS += -DHAS_INDICATORS
|
|
|
|
OPT_DEFS += -DHAS_ROTARY
|
|
|
|
endif
|
2020-07-25 06:10:00 -04:00
|
|
|
ifeq ($(strip $(KEYBOARD)), tkc/osav2)
|
|
|
|
SRC += rgblight_layers_osa.c
|
|
|
|
VELOCIKEY_ENABLE=yes
|
2021-10-15 22:00:19 -04:00
|
|
|
SRC += rgb_timeout.c
|
2021-02-07 12:26:39 -05:00
|
|
|
endif
|
|
|
|
ifeq ($(strip $(KEYBOARD)), boardsource/the_mark)
|
|
|
|
RGB_MATRIX_ENABLE = yes
|
|
|
|
RGBLIGHT_ENABLE = no
|
2021-06-20 03:49:49 -04:00
|
|
|
endif
|
|
|
|
ifeq ($(strip $(KEYBOARD)), jacky_studio/bear_65)
|
|
|
|
BACKLIGHT_ENABLE = yes
|
|
|
|
RGB_MATRIX_ENABLE = yes
|
|
|
|
RGBLIGHT_ENABLE = no
|
2021-09-13 16:15:10 -04:00
|
|
|
SRC += rgb_layers.c
|
2021-06-20 03:49:49 -04:00
|
|
|
endif
|
2021-07-01 04:06:06 -04:00
|
|
|
ifeq ($(strip $(KEYBOARD)), tkc/portico)
|
|
|
|
SRC += rgb_timeout.c
|
|
|
|
endif
|
|
|
|
ifeq ($(strip $(KEYBOARD)), kiwikey/wanderland)
|
|
|
|
SRC += rgb_timeout.c
|
|
|
|
endif
|
2021-09-13 16:15:10 -04:00
|
|
|
ifeq ($(strip $(KEYBOARD)), mechlovin/adelais/rgb_led/rev2)
|
|
|
|
SRC += rgb_layers.c
|
|
|
|
endif
|