diff options
author | QMK Bot <hello@qmk.fm> | 2021-11-29 07:42:34 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-11-29 07:42:34 +0000 |
commit | 4461355cce04750f021d0351939a35b1f7fdf5d5 (patch) | |
tree | f293723bb02256e5d7c35568b44db8fab09c092f /layouts | |
parent | ccc2030beee932c1de855f663890b028820cc2da (diff) | |
parent | 5b5b36421a7c887aad5bf5faef06dcf133d64f15 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'layouts')
-rw-r--r-- | layouts/community/split_3x6_3/drashna/rules.mk | 6 |
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 2238b57015..edc9304fec 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) OLED_ENABLE = yes RGB_MATRIX_ENABLE = yes HAPTIC_ENABLE = no - BOOTLOADER = qmk-dfu endif ifeq ($(strip $(CTPC)), yes) @@ -31,5 +30,8 @@ ifeq ($(strip $(CTPC)), yes) WS2812_DRIVER = pwm # won't work without a patch to the ctpc mk file SERIAL_DRIVER = usart SWAP_HANDS_ENABLE = yes - WPM_ENABLE = yes + WPM_ENABLE = yes +else + BOOTLOADER = qmk-hid + BOOTLOADER_SIZE = 512 endif |