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