Browse Source

Fixup rules for split 3x6_3

pull/15328/head
Drashna Jael're 2 years ago
parent
commit
282e2cc3ec
No known key found for this signature in database GPG Key ID: DBA1FD3A860D1B11
1 changed files with 4 additions and 2 deletions
  1. +4
    -2
      layouts/community/split_3x6_3/drashna/rules.mk

+ 4
- 2
layouts/community/split_3x6_3/drashna/rules.mk View File

@ -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

Loading…
Cancel
Save