summaryrefslogtreecommitdiffstats
path: root/layouts
diff options
context:
space:
mode:
authorDrashna Jaelre <drashna@live.com>2019-02-17 03:28:04 +0100
committerMechMerlin <30334081+mechmerlin@users.noreply.github.com>2019-02-17 03:28:04 +0100
commitcbb7e91851fea0174a5e950c22c35a4384eac8e7 (patch)
treeb4bfd4d637c3d004ab49a4ec174e9f291d19f7ef /layouts
parentc8577a9a7320ee0f68378b63b39b649f92016857 (diff)
downloadqmk_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.mk1
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