forked from forks/qmk_firmware
54f18ce0f7
* Proper rules include * Minor tweaks * Minor tweaks * Add Desitny 2 Swapped layout support * Add keycode to keylogger * Convert my viterbi keymaps * Fix Orthodox keyboard * Add more default layers * Make default layer keycodes more optimized * Update gitlab CI yaml file * Rev6 Cleanup * Fix KC_MAKE macro * Update GitLab CI yaml file * More GitLab CI changes * One final GitLab CI change * Optimize KC_MAKE * Reformatting of config * Feature creeeeeeep * Planck Rev6 updates
10 lines
202 B
Makefile
10 lines
202 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
|
|
endif
|