From 4c960ad7c4b109dda8ddcb5ffe1d2f7e674f8f91 Mon Sep 17 00:00:00 2001 From: Bernardo Farah Date: Tue, 24 Oct 2017 19:08:31 -0700 Subject: Added berfarah's custom keyboard layout --- layouts/community/ergodox/berfarah/rules.mk | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 layouts/community/ergodox/berfarah/rules.mk (limited to 'layouts/community/ergodox/berfarah/rules.mk') 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 -- cgit v1.2.3