aboutsummaryrefslogtreecommitdiff
path: root/layouts/community/ergodox/drashna_glow/rules.mk
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/community/ergodox/drashna_glow/rules.mk')
-rw-r--r--layouts/community/ergodox/drashna_glow/rules.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/layouts/community/ergodox/drashna_glow/rules.mk b/layouts/community/ergodox/drashna_glow/rules.mk
index e1da86443..45addc7c2 100644
--- a/layouts/community/ergodox/drashna_glow/rules.mk
+++ b/layouts/community/ergodox/drashna_glow/rules.mk
@@ -6,8 +6,8 @@ SRC += $(CORRECTED_LAYOUT)/keymap.c
6 6
7-include $(CORRECTED_LAYOUT)/rules.mk 7-include $(CORRECTED_LAYOUT)/rules.mk
8 8
9ifneq (,$(findstring ergodox_ez,$(KEYBOARD))) 9ifeq ($(strip $(KEYBOARD)), ergodox_ez)
10 RGBLIGHT_ENABLE = no 10 RGBLIGHT_ENABLE = no
11 RGB_MATRIX_ENABLE = yes 11 RGB_MATRIX_ENABLE = yes
12# TAP_DANCE_ENABLE = no 12# TAP_DANCE_ENABLE = no
13endif 13endif