summaryrefslogtreecommitdiffstats
path: root/layouts/community/ergodox/berfarah/rules.mk
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/community/ergodox/berfarah/rules.mk')
-rw-r--r--layouts/community/ergodox/berfarah/rules.mk18
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 000000000..7153c6ad0
--- /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