diff options
Diffstat (limited to 'layouts/community/ergodox/berfarah/rules.mk')
-rw-r--r-- | layouts/community/ergodox/berfarah/rules.mk | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/layouts/community/ergodox/berfarah/rules.mk b/layouts/community/ergodox/berfarah/rules.mk new file mode 100644 index 0000000000..7153c6ad0f --- /dev/null +++ b/layouts/community/ergodox/berfarah/rules.mk @@ -0,0 +1,18 @@ +BOOTMAGIC_ENABLE = no +COMMAND_ENABLE = no +SLEEP_LED_ENABLE = yes +FORCE_NKRO ?= yes +DEBUG_ENABLE = no +CONSOLE_ENABLE = no +TAP_DANCE_ENABLE = no +MOUSEKEY_ENABLE = no +RGBLIGHT_ENABLE = yes +RGBLIGHT_ANIMATION = yes + +ifeq (${FORCE_NKRO},yes) +OPT_DEFS += -DFORCE_NKRO +endif + +ifndef QUANTUM_DIR + include ../../../../Makefile +endif |