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