This repository has been archived on 2025-01-28. You can view files and clone it, but cannot push or open issues or pull requests.

11 lines
227 B
Makefile
Raw Normal View History

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