diff options
Diffstat (limited to 'layouts/community/ergodox/drashna_glow/rules.mk')
-rw-r--r-- | layouts/community/ergodox/drashna_glow/rules.mk | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/layouts/community/ergodox/drashna_glow/rules.mk b/layouts/community/ergodox/drashna_glow/rules.mk deleted file mode 100644 index 45addc7c22..0000000000 --- a/layouts/community/ergodox/drashna_glow/rules.mk +++ /dev/null @@ -1,13 +0,0 @@ -USER_NAME := drashna - -CORRECTED_LAYOUT := $(LAYOUTS_REPO)/$(LAYOUT)/drashna - -SRC += $(CORRECTED_LAYOUT)/keymap.c - --include $(CORRECTED_LAYOUT)/rules.mk - -ifeq ($(strip $(KEYBOARD)), ergodox_ez) - RGBLIGHT_ENABLE = no - RGB_MATRIX_ENABLE = yes -# TAP_DANCE_ENABLE = no -endif |