summaryrefslogtreecommitdiff
path: root/layouts/community/ergodox/berfarah/rules.mk
diff options
context:
space:
mode:
authorBernardo Farah <ber@bernardo.me>2017-10-24 19:08:31 -0700
committerJack Humbert <jack.humb@gmail.com>2017-10-24 16:59:35 -1000
commit4c960ad7c4b109dda8ddcb5ffe1d2f7e674f8f91 (patch)
tree9e9c0e802d3eef3243fd1cfd2dfaee41f4330866 /layouts/community/ergodox/berfarah/rules.mk
parenta08287b0a0800e0add34fa9c0c4916d2bf8d5db1 (diff)
Added berfarah's custom keyboard layout
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 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