aboutsummaryrefslogtreecommitdiff
path: root/layouts/community/split_3x6_3
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/community/split_3x6_3')
-rw-r--r--layouts/community/split_3x6_3/bcat/rules.mk2
-rw-r--r--layouts/community/split_3x6_3/drashna/rules.mk2
2 files changed, 2 insertions, 2 deletions
diff --git a/layouts/community/split_3x6_3/bcat/rules.mk b/layouts/community/split_3x6_3/bcat/rules.mk
index 3a9796673..caf6ec7ec 100644
--- a/layouts/community/split_3x6_3/bcat/rules.mk
+++ b/layouts/community/split_3x6_3/bcat/rules.mk
@@ -6,5 +6,5 @@ ifeq ($(strip $(KEYBOARD)), crkbd/rev1/common)
6else ifeq ($(strip $(KEYBOARD)), crkbd/rev1/legacy) 6else ifeq ($(strip $(KEYBOARD)), crkbd/rev1/legacy)
7 BOOTLOADER = atmel-dfu # Elite-C 7 BOOTLOADER = atmel-dfu # Elite-C
8 8
9 RGB_MATRIX_ENABLE = WS2812 # per-key RGB and underglow 9 RGB_MATRIX_ENABLE = yes # per-key RGB and underglow
10endif 10endif
diff --git a/layouts/community/split_3x6_3/drashna/rules.mk b/layouts/community/split_3x6_3/drashna/rules.mk
index 6ac1554b3..46f543f4e 100644
--- a/layouts/community/split_3x6_3/drashna/rules.mk
+++ b/layouts/community/split_3x6_3/drashna/rules.mk
@@ -22,7 +22,7 @@ SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
22 22
23ifeq ($(strip $(KEYBOARD)), crkbd/rev1) 23ifeq ($(strip $(KEYBOARD)), crkbd/rev1)
24 OLED_DRIVER_ENABLE = yes 24 OLED_DRIVER_ENABLE = yes
25 RGB_MATRIX_ENABLE = WS2812 25 RGB_MATRIX_ENABLE = yes
26 HAPTIC_ENABLE = SOLENOID 26 HAPTIC_ENABLE = SOLENOID
27 BOOTLOADER = qmk-dfu 27 BOOTLOADER = qmk-dfu
28endif 28endif