diff options
author | Drashna Jaelre <drashna@live.com> | 2021-11-28 23:41:59 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-28 23:41:59 -0800 |
commit | 5b5b36421a7c887aad5bf5faef06dcf133d64f15 (patch) | |
tree | 166ec88bd74110261682d82cd1a4ee43ab0802be /layouts | |
parent | 4ee33f1ffd921d4691207c5c3ab8c12742ddc12d (diff) | |
download | qmk_firmware-5b5b36421a7c887aad5bf5faef06dcf133d64f15.tar.gz qmk_firmware-5b5b36421a7c887aad5bf5faef06dcf133d64f15.zip |
[Keymap] Unicode and cursor sync - drashna keymap (#15328)
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 |