diff options
author | QMK Bot <hello@qmk.fm> | 2021-01-22 16:23:41 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-01-22 16:23:41 +0000 |
commit | b58d164504f5c4e60657afb7e9854b2bea04f266 (patch) | |
tree | 3ba4d070152eb0f6204e0016082c3c5bbd1a3dd4 /layouts/community/split_3x6_3/drashna/rules.mk | |
parent | 37ebbe8d9e4cadfe33d74d9534a146b0d21f8805 (diff) | |
parent | 7a08b9d374dfcf9d872738af44b231862064b96f (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'layouts/community/split_3x6_3/drashna/rules.mk')
-rw-r--r-- | layouts/community/split_3x6_3/drashna/rules.mk | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/layouts/community/split_3x6_3/drashna/rules.mk b/layouts/community/split_3x6_3/drashna/rules.mk index 46f543f4e8..5358cb0ac8 100644 --- a/layouts/community/split_3x6_3/drashna/rules.mk +++ b/layouts/community/split_3x6_3/drashna/rules.mk @@ -3,7 +3,7 @@ # change to "no" to disable the options, or define them in the Makefile in # the appropriate keymap folder that will get included automatically # -BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) +BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration(+1000) MOUSEKEY_ENABLE = no # Mouse keys(+4700) EXTRAKEY_ENABLE = yes # Audio control and System control(+450) CONSOLE_ENABLE = no # Console for debug(+400) @@ -20,9 +20,15 @@ SWAP_HANDS_ENABLE = no # Enable one-hand typing # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend -ifeq ($(strip $(KEYBOARD)), crkbd/rev1) +ifeq ($(strip $(KEYBOARD)), crkbd/rev1/common) OLED_DRIVER_ENABLE = yes RGB_MATRIX_ENABLE = yes HAPTIC_ENABLE = SOLENOID BOOTLOADER = qmk-dfu endif + +ifeq ($(strip $(CTPC)), yes) + HAPTIC_ENABLE = no + WS2812_DRIVER = pwm + SERIAL_DRIVER = usart +endif |