2019-02-26 13:01:46 -08: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 06:21:46 -08:00
|
|
|
NKRO_ENABLE = yes
|
|
|
|
LTO_ENABLE = yes
|
|
|
|
VIA_ENABLE = yes
|
2019-03-03 15:31:12 -08:00
|
|
|
|
2019-03-06 12:20:51 -08:00
|
|
|
SRC += stanrc85.c
|
|
|
|
|
2020-07-04 20:51:37 -07:00
|
|
|
ifeq ($(strip $(KEYBOARD)), projectkb/alice/rev2)
|
|
|
|
SRC += rgblight_layers.c
|
2020-09-06 15:04:29 -07:00
|
|
|
SRC += startup_fanfare.c
|
|
|
|
OPT_DEFS += -DHAS_INDICATORS
|
2020-07-04 20:51:37 -07:00
|
|
|
VELOCIKEY_ENABLE=yes
|
2020-07-25 03:10:00 -07:00
|
|
|
endif
|
2020-12-07 17:18:04 -08:00
|
|
|
ifeq ($(strip $(KEYBOARD)), sneakbox/aliceclone)
|
|
|
|
SRC += indicator_layers_sneakbox.c
|
2021-01-10 23:03:12 -08:00
|
|
|
SRC += startup_fanfare.c
|
2020-12-07 17:18:04 -08:00
|
|
|
OPT_DEFS += -DHAS_INDICATORS
|
|
|
|
OPT_DEFS += -DHAS_ROTARY
|
|
|
|
endif
|
2020-07-25 03:10:00 -07:00
|
|
|
ifeq ($(strip $(KEYBOARD)), tkc/osav2)
|
|
|
|
SRC += rgblight_layers_osa.c
|
|
|
|
VELOCIKEY_ENABLE=yes
|
2021-10-15 19:00:19 -07:00
|
|
|
SRC += rgb_timeout.c
|
2021-02-07 09:26:39 -08:00
|
|
|
endif
|
2021-06-20 00:49:49 -07:00
|
|
|
ifeq ($(strip $(KEYBOARD)), jacky_studio/bear_65)
|
|
|
|
BACKLIGHT_ENABLE = yes
|
|
|
|
RGB_MATRIX_ENABLE = yes
|
|
|
|
RGBLIGHT_ENABLE = no
|
2021-09-13 13:15:10 -07:00
|
|
|
SRC += rgb_layers.c
|
2021-06-20 00:49:49 -07:00
|
|
|
endif
|
2021-09-13 13:15:10 -07:00
|
|
|
ifeq ($(strip $(KEYBOARD)), mechlovin/adelais/rgb_led/rev2)
|
|
|
|
SRC += rgb_layers.c
|
2022-03-18 23:52:33 -07:00
|
|
|
SRC += rgb_timeout.c
|
2021-09-13 13:15:10 -07:00
|
|
|
endif
|
2022-02-26 18:29:59 -08:00
|
|
|
ifeq ($(strip $(KEYBOARD)), mechlovin/adelais/standard_led/arm/rev4/stm32f303)
|
2022-03-18 23:52:33 -07:00
|
|
|
OPT_DEFS += -DHAS_INDICATORS
|
2022-02-26 18:29:59 -08:00
|
|
|
SRC += rgb_timeout.c
|
2022-03-18 23:52:33 -07:00
|
|
|
SRC += indicator_layers_sneakbox.c
|
2022-02-26 18:29:59 -08:00
|
|
|
endif
|
2022-07-02 12:10:07 -07:00
|
|
|
ifeq ($(strip $(KEYBOARD)), nasu)
|
|
|
|
SRC += indicator_layers_sneakbox.c
|
|
|
|
SRC += startup_fanfare.c
|
|
|
|
OPT_DEFS += -DHAS_INDICATORS
|
|
|
|
endif
|
2022-07-03 14:25:09 -07:00
|
|
|
ifeq ($(strip $(KEYBOARD)), mechlovin/adelais/standard_led/arm/rev4/apm32f103)
|
|
|
|
OPT_DEFS += -DHAS_INDICATORS
|
|
|
|
SRC += rgb_timeout.c
|
|
|
|
SRC += indicator_layers_sneakbox.c
|
|
|
|
endif
|