mirror of
https://github.com/openstenoproject/qmk
synced 2024-11-10 10:39:09 +00:00
20 lines
388 B
Makefile
20 lines
388 B
Makefile
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)), hs60/v2)
|
|
SRC += rgb_backlight.c
|
|
endif
|