Skip to content

Commit

Permalink
[Keymap] stanrc85 userspace rules cleanup (qmk#16447)
Browse files Browse the repository at this point in the history
  • Loading branch information
stanrc85 authored Feb 27, 2022
1 parent 259cf76 commit 1d30ee7
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions users/stanrc85/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -28,22 +28,16 @@ ifeq ($(strip $(KEYBOARD)), tkc/osav2)
VELOCIKEY_ENABLE=yes
SRC += rgb_timeout.c
endif
ifeq ($(strip $(KEYBOARD)), boardsource/the_mark)
RGB_MATRIX_ENABLE = yes
RGBLIGHT_ENABLE = no
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)), tkc/portico)
SRC += rgb_timeout.c
endif
ifeq ($(strip $(KEYBOARD)), kiwikey/wanderland)
SRC += rgb_timeout.c
endif
ifeq ($(strip $(KEYBOARD)), mechlovin/adelais/rgb_led/rev2)
SRC += rgb_layers.c
endif
ifeq ($(strip $(KEYBOARD)), mechlovin/adelais/standard_led/arm/rev4/stm32f303)
SRC += rgb_timeout.c
SRC += layer_rgb.c
endif

0 comments on commit 1d30ee7

Please sign in to comment.