diff options
Diffstat (limited to 'layouts/community/split_3x6_3/bcat/rules.mk')
-rw-r--r-- | layouts/community/split_3x6_3/bcat/rules.mk | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/layouts/community/split_3x6_3/bcat/rules.mk b/layouts/community/split_3x6_3/bcat/rules.mk index caf6ec7ece..5ee614b192 100644 --- a/layouts/community/split_3x6_3/bcat/rules.mk +++ b/layouts/community/split_3x6_3/bcat/rules.mk @@ -1,9 +1,4 @@ -ifeq ($(strip $(KEYBOARD)), crkbd/rev1/common) - BOOTLOADER = atmel-dfu # Elite-C - - # Enable underglow only. (Split Common doesn't support RGB matrix on slave.) - RGBLIGHT_ENABLE = yes -else ifeq ($(strip $(KEYBOARD)), crkbd/rev1/legacy) +ifeq ($(strip $(KEYBOARD)), crkbd/rev1) BOOTLOADER = atmel-dfu # Elite-C RGB_MATRIX_ENABLE = yes # per-key RGB and underglow |