aboutsummaryrefslogtreecommitdiff
path: root/layouts
diff options
context:
space:
mode:
authorDrashna Jaelre <drashna@live.com>2021-11-28 23:41:59 -0800
committerGitHub <noreply@github.com>2021-11-28 23:41:59 -0800
commit5b5b36421a7c887aad5bf5faef06dcf133d64f15 (patch)
tree166ec88bd74110261682d82cd1a4ee43ab0802be /layouts
parent4ee33f1ffd921d4691207c5c3ab8c12742ddc12d (diff)
downloadqmk_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.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