diff options
Diffstat (limited to 'layouts/community/ergodox/drashna_glow/rules.mk')
| -rw-r--r-- | layouts/community/ergodox/drashna_glow/rules.mk | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/layouts/community/ergodox/drashna_glow/rules.mk b/layouts/community/ergodox/drashna_glow/rules.mk index c8941391e..e152fa01f 100644 --- a/layouts/community/ergodox/drashna_glow/rules.mk +++ b/layouts/community/ergodox/drashna_glow/rules.mk | |||
| @@ -1,11 +1,9 @@ | |||
| 1 | USER_NAME := drashna | 1 | USER_NAME := drashna |
| 2 | SRC += ../drashna/keymap.c | 2 | SRC += ../drashna/keymap.c |
| 3 | 3 | ||
| 4 | -include $$(LAYOUT_KEYMAP_PATH)/../drashna/rules.mk | 4 | -include $(LAYOUT_KEYMAP_PATH)/../drashna/rules.mk |
| 5 | 5 | ||
| 6 | ifneq (,$(findstring ergodox_ez,$(KEYBOARD))) | 6 | ifneq (,$(findstring ergodox_ez,$(KEYBOARD))) |
| 7 | RGBLIGHT_ENABLE = no | 7 | RGBLIGHT_ENABLE = no |
| 8 | RGB_MATRIX_ENABLE = yes | 8 | RGB_MATRIX_ENABLE = yes |
| 9 | endif | 9 | endif |
| 10 | |||
| 11 | COMMAND_ENABLE = no | ||
