cbb7e91851
* Update code to support keyboard_init functions * Get Minor tweaks
11 lines
227 B
Makefile
11 lines
227 B
Makefile
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
|
|
TAP_DANCE_ENABLE = no
|
|
endif
|