aboutsummaryrefslogtreecommitdiff
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 @@
1BOOTMAGIC_ENABLE = no
2COMMAND_ENABLE = no
3SLEEP_LED_ENABLE = yes
4FORCE_NKRO ?= yes
5DEBUG_ENABLE = no
6CONSOLE_ENABLE = no
7TAP_DANCE_ENABLE = no
8MOUSEKEY_ENABLE = no
9RGBLIGHT_ENABLE = yes
10RGBLIGHT_ANIMATION = yes
11
12ifeq (${FORCE_NKRO},yes)
13OPT_DEFS += -DFORCE_NKRO
14endif
15
16ifndef QUANTUM_DIR
17 include ../../../../Makefile
18endif