diff options
author | Drashna Jaelre <drashna@live.com> | 2019-02-17 03:28:04 +0100 |
---|---|---|
committer | MechMerlin <30334081+mechmerlin@users.noreply.github.com> | 2019-02-17 03:28:04 +0100 |
commit | cbb7e91851fea0174a5e950c22c35a4384eac8e7 (patch) | |
tree | b4bfd4d637c3d004ab49a4ec174e9f291d19f7ef /layouts | |
parent | c8577a9a7320ee0f68378b63b39b649f92016857 (diff) | |
download | qmk_firmware-cbb7e91851fea0174a5e950c22c35a4384eac8e7.tar.gz qmk_firmware-cbb7e91851fea0174a5e950c22c35a4384eac8e7.tar.xz |
Update Drashna user space code to support keyboard_init functions (#5138)
* Update code to support keyboard_init functions
* Get Minor tweaks
Diffstat (limited to 'layouts')
-rw-r--r-- | layouts/community/ergodox/drashna_glow/rules.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/layouts/community/ergodox/drashna_glow/rules.mk b/layouts/community/ergodox/drashna_glow/rules.mk index e152fa01f..5cb47dae4 100644 --- a/layouts/community/ergodox/drashna_glow/rules.mk +++ b/layouts/community/ergodox/drashna_glow/rules.mk @@ -6,4 +6,5 @@ SRC += ../drashna/keymap.c ifneq (,$(findstring ergodox_ez,$(KEYBOARD))) RGBLIGHT_ENABLE = no RGB_MATRIX_ENABLE = yes + TAP_DANCE_ENABLE = no endif |