summaryrefslogtreecommitdiff
path: root/layouts/community/ergodox/drashna_glow/rules.mk
blob: 3b317224a6a4065aa5bd9a79a0c0d3c51ad41bd1 (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