aboutsummaryrefslogtreecommitdiff
path: root/layouts
diff options
context:
space:
mode:
Diffstat (limited to 'layouts')
-rw-r--r--layouts/community/split_3x6_3/drashna/rules.mk6
1 files changed, 4 insertions, 2 deletions
diff --git a/layouts/community/split_3x6_3/drashna/rules.mk b/layouts/community/split_3x6_3/drashna/rules.mk
index 2238b5701..edc9304fe 100644
--- a/layouts/community/split_3x6_3/drashna/rules.mk
+++ b/layouts/community/split_3x6_3/drashna/rules.mk
@@ -23,7 +23,6 @@ ifeq ($(strip $(KEYBOARD)), crkbd/rev1)
23 OLED_ENABLE = yes 23 OLED_ENABLE = yes
24 RGB_MATRIX_ENABLE = yes 24 RGB_MATRIX_ENABLE = yes
25 HAPTIC_ENABLE = no 25 HAPTIC_ENABLE = no
26 BOOTLOADER = qmk-dfu
27endif 26endif
28 27
29ifeq ($(strip $(CTPC)), yes) 28ifeq ($(strip $(CTPC)), yes)
@@ -31,5 +30,8 @@ ifeq ($(strip $(CTPC)), yes)
31 WS2812_DRIVER = pwm # won't work without a patch to the ctpc mk file 30 WS2812_DRIVER = pwm # won't work without a patch to the ctpc mk file
32 SERIAL_DRIVER = usart 31 SERIAL_DRIVER = usart
33 SWAP_HANDS_ENABLE = yes 32 SWAP_HANDS_ENABLE = yes
34 WPM_ENABLE = yes 33 WPM_ENABLE = yes
34else
35 BOOTLOADER = qmk-hid
36 BOOTLOADER_SIZE = 512
35endif 37endif