| 1234567891011121314151617181920 |
- 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
|