diff options
author | vin <git@vineetk.net> | 2023-10-15 19:46:33 -0400 |
---|---|---|
committer | vin <git@vineetk.net> | 2023-10-15 19:46:33 -0400 |
commit | 7ed78a843d4a90ae8adc69bf3c3dbf573a379f75 (patch) | |
tree | 420f8e7829b46bf43b5dbafc46f0a72f644e9588 /users/stanrc85/rules.mk | |
parent | 392a85e1f6fefd549cd52945ab1447a2d6901484 (diff) |
remove userspace declarations
Diffstat (limited to 'users/stanrc85/rules.mk')
-rw-r--r-- | users/stanrc85/rules.mk | 55 |
1 files changed, 0 insertions, 55 deletions
diff --git a/users/stanrc85/rules.mk b/users/stanrc85/rules.mk deleted file mode 100644 index 141b4581a4..0000000000 --- a/users/stanrc85/rules.mk +++ /dev/null @@ -1,55 +0,0 @@ -TAP_DANCE_ENABLE = yes -EXTRAKEY_ENABLE = yes -BACKLIGHT_ENABLE = no -COMMAND_ENABLE = no -MOUSEKEY_ENABLE = no -AUDIO_ENABLE = no -CONSOLE_ENABLE = no -NKRO_ENABLE = yes -LTO_ENABLE = yes -VIA_ENABLE = yes - -SRC += stanrc85.c - -ifeq ($(strip $(KEYBOARD)), projectkb/alice/rev2) - SRC += rgblight_layers.c - SRC += startup_fanfare.c - OPT_DEFS += -DHAS_INDICATORS - VELOCIKEY_ENABLE=yes -endif -ifeq ($(strip $(KEYBOARD)), sneakbox/aliceclone) - SRC += indicator_layers_sneakbox.c - SRC += startup_fanfare.c - OPT_DEFS += -DHAS_INDICATORS - OPT_DEFS += -DHAS_ROTARY -endif -ifeq ($(strip $(KEYBOARD)), tkc/osav2) - SRC += rgblight_layers_osa.c - VELOCIKEY_ENABLE=yes - SRC += rgb_timeout.c -endif -ifeq ($(strip $(KEYBOARD)), jacky_studio/bear_65) - BACKLIGHT_ENABLE = yes - RGB_MATRIX_ENABLE = yes - RGBLIGHT_ENABLE = no - SRC += rgb_layers.c -endif -ifeq ($(strip $(KEYBOARD)), mechlovin/adelais/rgb_led/rev2) - SRC += rgb_layers.c - SRC += rgb_timeout.c -endif -ifeq ($(strip $(KEYBOARD)), mechlovin/adelais/standard_led/arm/rev4/stm32f303) - OPT_DEFS += -DHAS_INDICATORS - SRC += rgb_timeout.c - SRC += indicator_layers_sneakbox.c -endif -ifeq ($(strip $(KEYBOARD)), nasu) - SRC += indicator_layers_sneakbox.c - SRC += startup_fanfare.c - OPT_DEFS += -DHAS_INDICATORS -endif -ifeq ($(strip $(KEYBOARD)), mechlovin/adelais/standard_led/arm/rev4/apm32f103) - OPT_DEFS += -DHAS_INDICATORS - SRC += rgb_timeout.c - SRC += indicator_layers_sneakbox.c -endif |