diff options
author | Drashna Jaelre <drashna@live.com> | 2021-08-07 21:40:48 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-07 21:40:48 -0700 |
commit | b9dcd5ac38bc7cd3dc2fb97ac3842df03ee5f780 (patch) | |
tree | 8e7717785d6632f5f13ee769432133ee6726a0a1 /layouts/community/split_3x6_3/drashna/rules.mk | |
parent | 100333818f4868cee811854ccc44e4b9ea39a79d (diff) | |
download | qmk_firmware-b9dcd5ac38bc7cd3dc2fb97ac3842df03ee5f780.tar.gz qmk_firmware-b9dcd5ac38bc7cd3dc2fb97ac3842df03ee5f780.zip |
[Keymap] Drashna split transport improvement (#13905)
* Fix up split stuff
* Fix Split perf issues
* Allow LTO to be disabled
* Fixup WPM and encoders
* Fixup qmk keys per scan
* Add bootloader info
* Change encoder pins
* Fixup corne oled code
* Expand transport sync
* Improve user transport
* Cleanup mouse processing at keymap level
* Improve layer checking for mouse layering
Diffstat (limited to 'layouts/community/split_3x6_3/drashna/rules.mk')
-rw-r--r-- | layouts/community/split_3x6_3/drashna/rules.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/layouts/community/split_3x6_3/drashna/rules.mk b/layouts/community/split_3x6_3/drashna/rules.mk index 5abdda9a13..e0ac86d698 100644 --- a/layouts/community/split_3x6_3/drashna/rules.mk +++ b/layouts/community/split_3x6_3/drashna/rules.mk @@ -31,4 +31,5 @@ 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 endif |