summaryrefslogtreecommitdiffstats
path: root/layouts/community/ergodox/drashna_glow/rules.mk
blob: e152fa01f0d547dc4453c3047e6f04723ffc292d (plain)
1
2
3
4
5
6
7
8
9
USER_NAME := drashna
SRC += ../drashna/keymap.c

-include $(LAYOUT_KEYMAP_PATH)/../drashna/rules.mk

ifneq (,$(findstring ergodox_ez,$(KEYBOARD)))
  RGBLIGHT_ENABLE = no
  RGB_MATRIX_ENABLE = yes
endif