diff --git a/keyboards/bluebell/swoop/keymaps/t4corun/rules.mk b/keyboards/bluebell/swoop/keymaps/t4corun/rules.mk index 1088abef..abc1537a 100644 --- a/keyboards/bluebell/swoop/keymaps/t4corun/rules.mk +++ b/keyboards/bluebell/swoop/keymaps/t4corun/rules.mk @@ -1,6 +1,9 @@ # override userspace defaults +RGB_MATRIX_ENABLE = ws2812 +OLED_ENABLE = yes # override keyboard defaults # qmk_firmware\keyboards\bluebell\swoop\rules.mk +ENCODER_ENABLE = yes ENCODER_MAP_ENABLE = yes CONVERT_TO = blok \ No newline at end of file diff --git a/users/t4corun/rules.mk b/users/t4corun/rules.mk index 9891d399..cc3a6a6e 100644 --- a/users/t4corun/rules.mk +++ b/users/t4corun/rules.mk @@ -22,6 +22,7 @@ RGB_MATRIX_ENABLE ?= no RGBLIGHT_ENABLE ?= no POINTING_DEVICE_ENABLE ?= no OLED_ENABLE ?= no +ENCODER_ENABLE ?= no ENCODER_MAP_ENABLE ?= no # qmk features we will force @@ -50,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