diff --git a/keyboards/bluebell/swoop/keymaps/t4corun/rules.mk b/keyboards/bluebell/swoop/keymaps/t4corun/rules.mk index 617069f4..abc1537a 100644 --- a/keyboards/bluebell/swoop/keymaps/t4corun/rules.mk +++ b/keyboards/bluebell/swoop/keymaps/t4corun/rules.mk @@ -1,5 +1,5 @@ # override userspace defaults -RGB_MATRIX_ENABLE = yes +RGB_MATRIX_ENABLE = ws2812 OLED_ENABLE = yes # override keyboard defaults diff --git a/users/t4corun/rules.mk b/users/t4corun/rules.mk index 46209b39..cc3a6a6e 100644 --- a/users/t4corun/rules.mk +++ b/users/t4corun/rules.mk @@ -51,6 +51,10 @@ ifeq ($(strip $(RGB_MATRIX_ENABLE)), yes) SRC += features/rgbmatrix.c endif +ifeq ($(strip $(RGB_MATRIX_ENABLE)), ws2812) + SRC += features/rgbmatrix.c +endif + ifeq ($(strip $(MOUSEKEY_ENABLE)), yes) SRC += features/mouse.c