diff --git a/layouts/split_3x6_3/bcat/rules.mk b/layouts/split_3x6_3/bcat/rules.mk index e0ce760a791..063fc051b37 100644 --- a/layouts/split_3x6_3/bcat/rules.mk +++ b/layouts/split_3x6_3/bcat/rules.mk @@ -4,5 +4,8 @@ ifeq ($(strip $(KEYBOARD)), crkbd/rev1) BOOTLOADER = atmel-dfu # Elite-C OLED_ENABLE = yes # dual 128x32 OLED screens - RGB_MATRIX_ENABLE = yes # per-key RGB and underglow + + # Per-key RGB and underglow + RGBLIGHT_ENABLE = no + RGB_MATRIX_ENABLE = yes endif